CMP 420 - ZF401 & CMP 758 - ZF401
Database Systems
Fall 2022 Syllabus

Course Information
Course Section Lecture Hours Location
CMP 420 - F401 & CMP 758 - F401 Mo & We 11:00 AM - 12:40 PM Gillet Hall, Room 231
Contact Information
Instructor: Steven Fulakeza Email: steven.fulakeza(at)lehman.cuny.edu
Phone: NA Office Location: GI 232
Office Hours: Mondays & Wednesdays from 12:50 pm to 1:50 pm and 03:50 pm to 4:50 pm
Instructor Availability: I reply to students' emails regularly but please note that I do not typically check email or Slack messages during late hours on weekdays, and I do not check these at all on the weekends in order to devote time to family, rest, and religious observances. Messages received during these times will receive attention once I am back online.


CMP 420 Course Description: 4 hours, 4 credits

Introduction to theory of database systems and database management: theory of relational, hierarchical, and network database organization, with emphasis on the first; views of data, data organization, data dependency and redundancy, normal forms, and query language.

CMP 758 Course Description: 4 hours, 4 credits

Introduction to use and design of database systems. Topics include levels of extraction and views of data; data models, entity relationship, hierarchical, network, and relational data organization; data dependencies, normal forms; design algorithms; distributed databases; query languages.

Prerequisite:

  • CMP 338 (Data Structures and Algorithms).

Course Objectives:

  1. Understand fundamental concepts of modern database systems.
  2. Describe database systems concepts and architecture.
  3. Perform conceptual data modeling by ER/EER.
  4. Understand the relational model.
  5. Work with Structured Query Language (SQL).
  6. Explain functional dependencies and normalization as a database design process.
  7. Understand File/index structures.
  8. Explain physical database design decisions, transaction processing concepts and theory, concurrency control techniques.
  9. Discuss database recovery techniques.

Textbook:

  • R. Elmasri and S. Navathe, Fundamentals of Database Systems, Pearson, Edition 7, 2016. ISBN:0-13-397077-9 (New book is at $175.00 )

References:

  • Lecture Notes, Blackboard, and Course Website
  • J. Murach, MySQL, Edition 2, Mike Murach & Associates, 2015
  • P. Dubois, MySQL, Edition 5, Addison-Wesley, 2013
  • R.F. van Der Lans, SQL for MySQL Developers, Addison Wesley, 2007
  • MySQL 8.0 manual

Grades Policy:

Your grades will be computed based on the following:

CMP 420:

Activity Percentages
Projects 50%
Midterm Exam 25%
Final Exam 25%

CMP 758:

Activity Percentages
Projects 50%
Midterm Exam 20%
Final Exam 20%
Research Paper and Presentation (for graduate students only) 10%

Makeup exams might be given only when a student's absence is unavoidable. In such a case, the student must file a formal written request.

Projects

Several projects will be given during lectures and some will be posted on Blackboard and the course website. Students must work on their own projects unless stated otherwise. Students handing in similar work will both receive a 0 and face possible disciplinary actions. No late assignments or projects will be accepted. Projects must be submitted on Blackboard. No emailed work will be accepted.

Exam Schedule:

  • Midterm Exam date: 11/14/2022 from 11:00 am to 12:40 pm
  • Final Exam date: 12/19/2022 from 11:00 am to 1:30 pm

Academic Integrity and Plagiarism Policy

Students are encouraged to study together. However, you must do your own work for all your homework assignments, projects and exams. You should never copy code or anywork from the internet or another student. You are responsible for knowing and following Lehman's academic integrity code (available from the Undergraduate Bulletin, Graduate Bulletin, or the Office of Academic Standards and Evaluations). All incidents of cheating will be reported to the Vice President of Student Affairs.

Statement may be found in the student handbook. For more information, refer to https://www.lehman.edu/student-affairs/documents/Student-Handbook-Lehman-College-8-31-2020.pdf

Note: All incidents of cheating will be reported to the Vice President of Student Affairs.

Attendance:

Students are expected to attend lectures regularly and promptly. In the event of illness, or injury, students should notify me. Students who miss a class are responsible for learning materials presented in class and reading relevant textbook portions. If you need help, please do not hesitate to contact me.

Students receiving financial aid must be certified as attending classes regularly for continuing eligibility.

Accommodating Disabilities:

Lehman College is committed to providing access to all programs and curricula to all students. Students with disabilities who may need classroom accommodations are encouraged to register with the Office of Student Disability Services. For more info, please contact the Office of Student Disability Services, Shuster Hall, Room 238, phone number, 718-960-8441.

Technology, Blackboard and Email:

We will be using Blackboard and Github sites for much of the class activities. Blackboard can be accessed through the Lehman website at www.lehman.cuny.edu. You will also need to have access to your Blackboard account. You can contact the IT Center if you have any problems accessing your account.

I will be communication with you regularly throughout the semester using your email address that is available on Blackboard. Make sure you have access to your email. If you have, any questions about your Lehman email address or your password, or if you have any problems accessing the site please call the computer helpdesk at 718-960-1111.



Tentative Schedule:

Week Day Date Topic Reading Materials
1108/29/2022Introduction, Syllabus, Chapter 1Syllabus & Chapter 1
1208/31/2022Chapter 1Chapter 1
2X09/05/2022Labor Day • College closed – NO CLASSES
2309/07/2022Chapter 2 - Database System Concepts and ArchitectureChapter 2.1 - 2.3
3409/12/2022Chapter 2 - Database System Concepts and Architecture (Continued)Chapter 2.4 - 2.6
3509/14/2022Chapter 3 - Data Modeling Using the Entity – Relationship (ER) ModelChapter 3.1 - 3.3
4609/19/2022Chapter 3 - Data Modeling Using the Entity – Relationship (ER) ModelChapter 3.3 - 3.7
4709/21/2022Chapter 3 - Data Modeling Using the Entity – Relationship (ER) ModelChapter 3.7 - 3.10
5X09/26/2022No classes scheduled
5809/28/2022Chapter 4 - The Enhanced Entity–Relationship (EER) ModelChapter 4.1 - 4.3
6909/29/2022Chapter 4 - The Enhanced Entity–Relationship (EER) ModelChapter 4.4 - 4.7
61010/03/2022Chapter 5 - The Relational Data Model and Relational Database Constraints Chapter 5.1 - 5.4
7X10/05/2022No classes scheduled
7X10/10/2022Columbus Day
College closed- NO CLASSES
81110/12/2022Chapter 9 - Relational Database Design by ER- and EER-to-Relational MappingChapter 9.1 - 9.2
81210/17/2022Chapter 9 - Relational Database Design by ER- and EER-to-Relational MappingChapter 9.1 - 9.2
91310/19/2022Chapter 6 - Basic SQLChapter 6.1 - 6.2
91410/24/2022Chapter 6 - Basic SQLChapter 6.3 - 6.4
101510/26/2022Chapter 6 - Basic SQLChapter 6.4 - 6.5
101610/31/2022Chapter 7 - More SQLChapter 7.1 - 7.2
111711/02/2022Chapter 7 - More SQLChapter 7.3 - 7.4
111811/07/2022Chapter 7 - More SQLChapter 7.3 - 7.4
121911/09/2022Exam Review
122011/14/2022Midterm examRead & Review Chapters 1 through 9 (except chapter 8)
132111/16/2022Chapter 14 - Basics of Functional Dependencies and Normalization for Relational DatabasesChapter 14.1 - 14.3
132211/21/2022Chapter 14 - Basics of Functional Dependencies and Normalization for Relational DatabasesChapter 14.3 - 14.5
142311/23/2022Chapter 15 - Relational Database Design Algorithms and Further DependenciesChapter 15
142411/28/2022Chapter 15 - Disk Storage, Basic File Structures, Hashing, and Modern Storage ArchitecturesChapter 15
152511/30/2022Chapter 17 - Indexing Structures for Files and Physical Database DesignChapter 17
152612/05/2022Chapter 17 - Indexing Structures for Files and Physical Database DesignChapter 17
162712/07/2022Chapter 20 - Introduction to Transaction Processing Concepts and TheoryChapter 20
162812/12/2022Graduate Students Presentations
Exam Review
172912/14/2022Reading Day
Deadline to withdraw with a grade of W
173012/19/2022
183112/21/2022

Projects:

Project Release Date Due Date
Project 1 09/28/2022 10/12/2022 by 11:59 pm
Project 2 10/18/2022 11/02/2022 by 11:59 pm
Project 3 11/03/2022 11/10/2022 by 11:59 pm
Project 4 11/17/2022 11/23/2022 by 11:59 pm
Project 5 11/28/2022 12/05/2022 by 11:59 pm
Project 6 11/28/2022 12/12/2022 by 11:59 pm

Research Survey Paper Assignment (for graduate students only):

  • Read papers in a specific research topic of database and write a survey-type research paper (around 12 pages). Each paper must have a detailed bibliography and each paper must consult at least 5 references.
  • The ACM Computing Survey defines a survey paper as paper that summarizes and organizes recent research results in a novel way that integrates and add understanding to work in the field. A survey article assumes a general knowledge of the area; it emphasizes the classification of the existing literature, developing a perspective on the area, and evaluating trends."
  • You can visit ACM Computing Survey to see examples on survey papers
  • Paper Proposal Due November 07, 2022 : 1-2 pages including extended abstract with at least 5 references.
  • The Research Paper due date: December 12, 2022 by 11:59 pm.

List of Sources for Research Topics and Papers:

  • Database Performance Measurement and Tuning
  • Database mining, data warehousing and OLAP (On-line analytical processing), DSS (decision-support systems): refer to the chapters 28, 29
  • Knowledge Management (Knowledge representation, recursive query processing, rule processing and optimization), expert databases
  • Concurrency Control and/or recovery algorithms
  • Database Security - security models, security implementation: refer to the chapter 23
  • Search Engine design issues and strategies on the web (DBMS + Information retrieval technologies)
  • Specific topics under Distributed Databases (query processing, concurrency control, recovery, distribution design)
  • In memory (main memory) DBMS
  • Physical database issues: including physical DB system issues using solid state drives
  • Large scale document-oriented databases (such as MongoDB, Mysql8 document store)
  • Big Data Mining and Tools such as Hadoop

List of Sources for Research Topics and Papers:

Research Survey Paper Structure:

  1. Title, name, date, course number
  2. Abstract: This is a brief summary that describes your entire paper. Your abstract should contain 150 - 300 words. You have to write this last.
  3. Introduction: Your introduction should provide the background problem you are researching.
  4. Body of the paper and discussion
  5. Conclusion that summarizes the paper and describes future work for the research
  6. Acknowledgement (If necessary)
  7. References: ACM = Association of Computing Machinery

Classroom Policies

  • Take responsibility for your education and grades – Students have a common myth that because they pay tuition they deserve to receive a passing credit. Students earn grades in accordance with course grading policies.
  • Attend every class and get to class on time.
  • Submit all your work on time.
  • When having any academic difficulties, always seek assistance from your instructor.