As the first introductory course for databases, this course studies the fundamentals of using and implementing relational database management systems. First, from the user perspective (i.e., how to use a database system), the course will discuss conceptual data modeling, the relational and other data models, database schema design, relational algebra and calculus, and the SQL query language. Further, from the system perspective (i.e., how to design and implement a database system), the course will study data representation, indexing, query optimization and processing, and transaction processing. Finally, we will look at large scale “big-data” processing systems.
Prerequisites
Background: Data Structures CSE30331 taken previously or concurrently
Programming: For projects, you will do some significant application programming, with both SQL and some host languages of your choice (e.g., C, C++, Java, PHP). We will not cover programming-specific issues in this course.
Logistics
Class Information
Lecture:
M/W/F 9:25am – 10:15am
131 DeBartolo Hall
Instructor
Dr. Tim Weninger <tweninger@nd.edu>
Office Hours:
Wed 10:15am in 380 Fitzpatrick Hall or by appointment
Teaching Assistants
Emelia Hughes <ehughes8@nd.edu>
Office Hours: Thurs 11:30-12:30
Tyler Berg <tberg3@nd.edu>
Office Hours: Mon 10:30-11:30
TA Office Hours will be held in 150 Fitzpatrick Hall.
Class Forum
Questions about the course material, homework, project, or any other course-related questions should be asked on Canvas. Private questions can be directed to the instructor and/or TAs, but we may ask you to ask it on the forum.
Course Project
There will be a semester-long course project, which involves significant database application programming. The project will be structured with several milestones due during the semester, leading to a demo and write-up near the end of the semester.
Schedule
Week | Date | Topic | Assignments |
---|---|---|---|
1 | Wed Aug 23 | Introduction![]() | |
1 | Fri Aug 25 | ER Model Basics ![]() | |
2 | Mon Aug 28 | Special Relationships in ER Diagrams ![]() | |
2 | Wed Aug 30 | Project Overview | HW1 Out |
2 | Fri Sep 01 | Relational Model ![]() | |
3 |
| Relational Model Translation ![]() | |
3 |
| Functional Dependencies ![]() | |
3 |
| The Normal Forms ![]() | HW1 Due [Solutions], Stage 0 Due |
4 |
| Boyce and Codd’s Normal Form ![]() | |
4 |
| Web Programming | HW2 Out [Weninger in DC] |
4 |
| DB Programming | |
5 |
| Relational Algebra ![]() ![]() | Stage 1 Due |
5 |
| No Class | [Weninger in DC] |
5 |
| Relational Algebra Expressions ![]() ![]() | |
6 |
| Relational Calculus ![]() ![]() | |
6 |
| SQL Queries ![]() ![]() | HW 2 Due [Solutions] HW3 Out |
6 |
| SQL Subqueries ![]() ![]() | Stage 2 Due |
7 |
| SQL Aggregation ![]() ![]() | |
7 |
| SQL Aggregation Operators![]() ![]() | |
7 |
| SQL Insertion, Update, and Delete ![]() ![]() | |
8 |
| SQL Views, Joins, and Foreign Keys ![]() ![]() | |
8 |
| Exam Review | HW3 Due |
8 |
| Exam 1 | |
9 |
| Fall Break | |
9 |
| Fall Break | |
9 |
| Fall Break | |
10 |
| Spinning Disks ![]() | |
10 |
| Indexing Basics ![]() | HW4 Out |
10 |
| Indexing B+ Tree ![]() | |
11 |
| Indexing in SQL | |
11 |
| Databases on the Disk | Stage 3 Due [Signup] |
11 |
| Query Execution / Optimization ![]() | HW4 Due [Solutions] |
12 |
| Transaction Management ![]() | HW5 Out |
12 |
| Transaction Logging ![]() | |
12 |
| HDFS![]() | |
13 |
| MapReduce![]() | |
13 |
| NoSQL and CAP ![]() | HW5 Due [Solutions] |
13 |
| Spark![]() | HW6 Out |
14 |
| Object Relational Mapping![]() | |
14 |
| Thanksgiving Break | |
14 |
| Thanksgiving Break | |
15 |
| Graph Databases | |
15 |
| Exam 2 Review | HW6 Due [Solutions] |
15 |
| Exam 2 | |
16 |
| No Class | |
16 |
| Project Presentations | |
16 |
| Project Presentations | |
17 | Mon Dec 11 | Finals Week |
Requirements
Coursework
Component | Percentage |
---|---|
Assignments | 25% |
Exam 1 | 25% |
Exam 2 | 25% |
Project | 25% |
Assignments
Assignments will typically be due at the end of a particular class period (unless otherwise specified). All assignments shall be uploaded to Gradescope with questions annotated in the system. Unannotated submissions will not receive a grade.
Grades
This table indicates minimum guaranteed grades. Under certain limited circumstances (e.g., an unreasonably hard exam), we may select more generous ranges or scale the scores to adjust.
Total Grade
90-100 A-, A
80-89 B-, B, B+
70-79 C-, C, C+
60-69 D
Polices
Textbooks
Textbooks are not required. However, much of the class material and even some of the homeworks will draw from these and other resources.
Database Systems: The Complete Book, 2nd ed., by Hector Garcia-Molina, Jeffrey D. Ullman, and Jennifer D. Widom.
Lectures
Students should attend all classes. Effective lectures rely on students’ participation to raise questions and contribute in discussions. We will strive to maintain interactive class discussions if possible.
Lecture capture is enabled for this class. This system allows us to record and distribute lectures and other audio and video recordings to you in a secure environment. Because we will be recording in the classroom, your questions or comments may be recorded
Regrading
All requests to change grading of any course work must be submitted to Gradescope within one week of when the grades are made available. Requests must be specific and explain why you feel your work deserves additional credit. Do not ask for a regrade until you have studied and understood our sample solution.
Late Work
All scheduled due dates/times are US Eastern Time. Homework is typically due at the beginning of class on the due date, but check each the assignment for specifics.
Due date/time will be strictly enforced. Missing or late and/or unannotated work gets zero credit. If you are unable to complete an assignment due to illness or family emergency, we will understand but please see the instructor as soon as possible to make special arrangements. All such exceptional cases must be fully documented.
Academic Integrity
Notre Dame Students are expected to abide by Academic Code of Honor Pledge:
As a member of the Notre Dame community, I acknowledge that it is my responsibility to learn and abide by principles of intellectual honesty and academic integrity, and therefore I will not participate in or tolerate academic dishonesty.
All course work that you submit must be efforts of your own (if it is an individual assignment) or of your approved team (if it is a group assignment). Discussion of homework problems is encouraged, but writing solutions together or looking at other students’ solutions is not allowed. Much of the material in this class can be found online. You may look to online sources for guidance, but you must always cite your source(s).