v CPSC 437/537: Database Systems (Spring 2024)

CPSC 437/537: Database Systems (Spring 2024)

Time: TTh, 9:00am - 10:15am
Location: ROSENFELD - 109 Grove Street

Instructor: Avi Silberschatz (AKW 308, avi@yale.edu)
Office Hours: By appointment

TA: Ferhat Erata (AKW 203, ferhat.erata@yale.edu)
Office Hours: Friday, 10:30 AM to 11:30 AM
Zoom: https://yale.zoom.us/my/ferhat

TA: Stelios Kasouridis (Dunham Laboratory 417, stelios.kasouridis@yale.edu)
Office Hours: Monday, 10:30 AM to 11:30 AM
Zoom: https://yale.zoom.us/my/stelios

TA: Rami Pellumbi, rami.pellumbi@yale.edu)
Office Hours: Sunday 11;00 AM to 12:00 PM
Zoom: https://yale.zoom.us/j/3196129401

ULA: Gabe Dos Santos (gabe.dossantos@yale.edu)
Office Hours: Tuesday 10:30 AM to 11:30 PM
Zoom: https://yale.zoom.us/j/8537471472

ULA: EJ Wiford (ej.wilford@yale.edu)
Office Hours: Thursday 10:30 AM to 11:30 AM
Zoom: https://yale.zoom.us/j/5570840888

Textbook: Database System Concepts, Seventh Edition.
The textbook is required

Course description: Database management has evolved from a specialized computer application to a central component of virtually all enterprises, and, as a result, knowledge about database systems has become an essential part of an education in computer science. In this course, we present the fundamental concepts of database management. These concepts include aspects of database design, database languages, and database-system implementation.

The material is intended for a first course in databases at the junior or senior undergraduate, or first-year graduate, level. In addition to basic material for a first course, the course covers advanced material that can be used for course supplements, or as introductory material for an advanced course.

Syllabus: An introduction to database systems. Data modeling. The relational model and the SQL query language. Relational database design, integrity constraints, functional dependencies, and normal forms. Implementation of databases: file structures, indexing, query processing, transactions, concurrency control, recovery systems, and security.

Assignments: There will be some reading assignments from the textbooks. The reading material will be used in some of the homworks but will not be used in the tests. There will 4 homework assignments and 4 programming Labs