Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Lecturer: Jan Baumbach Term: Summer 2016 Class: Database Design and Programming Weekly note 5 Lecture 1 The seventh lecture will close the SQL part of the course by introducing Constraints, Triggers, Views, Transactions, and Indexes. We will also consider the differences between the SQL standard and PostgreSQL w.r.t. advanced SQL constructs. Topics Views, Transactions, Indexes, SQL vs PostgreSQL Reading Chapter 6.6, Chapters 8.[3,4] Lecture 2 In the eighth lecture we will learn how to write programs that interact with databases based on call level interfaces for Java and Python. Topics Interfacing with SQL, JDBC, Psycopg2 Reading Chapter 9 Exercises Exercise 7.1.2, 7.2.2, 7.2.4, 7.4.1, 7.5.2, 8.2.2.