0% found this document useful (0 votes)
52 views4 pages

Dbms Lesson Plan

The document outlines the course structure for Database Management Systems (CS3492) for the academic year 2024-2025 at M.A.M. School of Engineering. It includes course objectives, a detailed syllabus with topics, teaching methodologies, course outcomes, and recommended textbooks and references. The course aims to equip students with essential knowledge in data models, SQL, database design, transactions, and advanced database topics.

Uploaded by

sumathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views4 pages

Dbms Lesson Plan

The document outlines the course structure for Database Management Systems (CS3492) for the academic year 2024-2025 at M.A.M. School of Engineering. It includes course objectives, a detailed syllabus with topics, teaching methodologies, course outcomes, and recommended textbooks and references. The course aims to equip students with essential knowledge in data models, SQL, database design, transactions, and advanced database topics.

Uploaded by

sumathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

M.A.M.

SCHOOL OF ENGINEERING
(Autonomous)
Accredited by NAAC
Approved by AICTE, New Delhi; Affiliated to Anna University, Chennai
Siruganur, Trichy -621 105. www.
mams
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
ACADEMIC YEAR-2024-2025

`Subject Code : CS3492 Degree :B.E


Subject Name : Database Management Systems Year/Sem :II/IV
Credits : 3 Academic Year:2024 -2025
Faculty : D.Sumathi Total No.of Hour given in Syllabus
Sem : Even Lecture :45

COURSE OBJECTIVES:

 To learn the fundamentals of data models, relational algebra and SQL


 To represent a database system using ER diagrams and to learn normalization techniques
 To understand the fundamental concepts of transaction, concurrency and recovery processing
 To understand the internal storage structures using different file and indexing techniques which will help in physical DB
design
 To have an introductory knowledge about the Distributed databases, NOSQL and database security
Teaching
Hour Topic Reference book Page No. Date
Methodology
UNIT 1 - RELATIONAL DATABASES (10)
1. Purpose of Database System T1 5 Black Board 03-02-2025

2. Views of data, Data Models T1 8 Black Board 04-02-2025

3. Database System Architecture T1 21 Black Board 05-02-2025


Introduction to relational T1
4. 37 Black Board
databases 06-02-2025

5. Relational Model T1 39 Black Board 06-02-2025

6. Keys, Relational Algebra T1 48 PPT 10-02-2025

7. SQL fundamentals T1 65 Black Board 12-02-2025

8. Advanced SQL features T1 183 Black Board 13-02-2025

9. Embedded SQL T1 197 Black Board 13-02-2025

10. Dynamic SQL T1 184 Black Board 17-02-2025


UNIT II - DATABASE DESIGN (8)
11. Entity-Relationship model T1 244 Black Board
18-02-2025
E-R Diagrams, Enhanced-ER T1
12. Model, ER-to-Relational 244 Black Board
Mapping 19-02-2025

13. Functional Dependencies T1 304 Black Board


20-02-2025

14. Non-loss Decomposition T1 307 Black Board


20-02-2025
First, Second, Third Normal T1
15. 313 Black Board
Forms 24-02-2025
Dependency Preservation, T1
16. 330 PPT
Boyce/Codd Normal Form 25-02-2025
Multi-valued Dependencies and T1
17. 340 Black Board
Fourth Normal Form 26-02-2025
Join Dependencies and Fifth T1
18. 342 Black Board
Normal Form 27-02-2025
UNIT III – TRANSACTIONS (9)
19. Transaction Concepts, ACID T1 799 Black Board 03-03-2025
M.A.M. SCHOOL OF ENGINEERING
(Autonomous)
Accredited by NAAC
Approved by AICTE, New Delhi; Affiliated to Anna University, Chennai
Siruganur, Trichy -621 105. www.
mams
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
ACADEMIC YEAR-2024-2025

Properties
20. Schedules, Serializability, T1 812
Black Board
Transaction support in SQL 04-03-2025
21. Need for Concurrency, T1 835
Black Board
Concurrency control 05-03-2025
22. Two Phase Locking, T1 840
Black Board
Timestamp 06-03-2025
23. Multiversion, Validation and T1 866
Black Board
Snapshot isolation 10-03-2025
24. Multiple Granularity locking T1 853 PPT
11-03-2025
25. Deadlock Handling, Recovery T1 849
Black Board
Concepts 12-03-2025
26. Recovery based on deferred and T1 922
Black Board
immediate update 24-03-2025
27. Shadow paging, ARIES T1 941
Black Board
Algorithm 25-03-2025
UNIT IV - IMPLEMENTATION TECHNIQUES (9)
28. RAID, File Organization T1 570 Black Board
26-03-2025
29. Organization of Records in T1 595
Black Board
Files 27-03-2025
30. Data dictionary Storage, T1 587
Black Board
Column Oriented Storage 02-04-2025
31. Indexing and Hashing, Ordered T1 625,658
Black Board
Indices 03-04-2025
32. B+ tree Index Files, B tree T1 634
Black Board
Index Files 07-04-2025
33. Static Hashing, Dynamic T1 658
PPT
Hashing 08-04-2025
34. Query Processing Overview T1 689 Black Board
09-04-2025
35. Algorithms for Selection, T1 695
Black Board
Sorting and join operations 10-04-2025
36. Query optimization using T1 783
Black Board
Heuristics, Cost Estimation. 15-04-2025
UNIT V - ADVANCED TOPICS (9)
37. Distributed Databases: T1 986
Architecture, Data Storage, Black Board
Transaction Processing 16-04-2025
38. Query processing and T1 1061
PPT
optimization 17-04-2025
39. NOSQL Databases: T1 1111
Introduction CAP Theorem, Black Board
Document Based systems 21-04-2025
40. Key value Stores, Column -- W1
Black Board
Based Systems 22-04-2025
41. Graph Databases, Database -- W2
Black Board
Security: Security issues 23-04-2025
42. Access control based on -- W3
Black Board
privileges 24-04-2025
43. Role Based access control, SQL -- W3
Black Board
Injection 28-04-2025
44. Statistical Database security, -- W4
Black Board
Flow control 29-04-2025
M.A.M. SCHOOL OF ENGINEERING
(Autonomous)
Accredited by NAAC
Approved by AICTE, New Delhi; Affiliated to Anna University, Chennai
Siruganur, Trichy -621 105. www.
mams
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
ACADEMIC YEAR-2024-2025

45. Encryption and Public Key -- W5


Black Board
infrastructures, Challenges 30-04-2025

COURSE OUTCOMES:
Upon completion of this course, the students will be able to

CO1:Construct SQL Queries using relational algebra


CO2:Design database using ER model and normalize the database
CO3: Construct queries to handle transaction processing and maintain consistency of the database
CO4: Compare and contrast various indexing strategies and apply the knowledge to tune the
performance of the database
CO5: Appraise how advanced databases differ from Relational Databases and find a suitable
database for the given requirement.
TOTAL:45 PERIODS
TEXT BOOKS:

1. Abraham Silberschatz, Henry F. Korth, S. Sudharshan, “Database System Concepts”, Seventh Edition, McGraw
Hill, 2020.
2. Ramez Elmasri, Shamkant B. Navathe, “Fundamentals of Database Systems”, Seventh Edition, Pearson
Education, 2017

REFERENCES:

1.C.J.Date, A.Kannan, S.Swamynathan, “An Introduction to Database Systems”, Eighth Edition, Pearson
Education, 2006Paul J. Deitel, Harvey Deitel, “C How to Program”, Seventh Edition, Pearson Education, 2013.
2.Alfred V. Aho, John E. Hopcroft, Jeffrey D. Ullman, “Data Structures and Algorithms”, Pearson Education,1983.
3.Ellis Horowitz, SartajSahni and Susan Anderson, “Fundamentals of Data Structures”, Galgotia, 2008.

List of Open Source Software/ Learning website:

https://www.coursera.org/specializations/data-structures-algorithms https://nptel.ac.in/courses/112107243
https://nptel.ac.in/courses/112105598

W1- https://www.geeksforgeeks.org/key-value-data-model-in-nosql/
W2- https://www.geeksforgeeks.org/challenges-of-database-security-in-dbms/
W3- https://www.geeksforgeeks.org/types-of-discretionary-privileges/
W4- https://www.brainkart.com/article/Introduction-to-Statistical-Database-Security_11583/
W5-https://www.geeksforgeeks.org/public-key-encryption/
M.A.M. SCHOOL OF ENGINEERING
(Autonomous)
Accredited by NAAC
Approved by AICTE, New Delhi; Affiliated to Anna University, Chennai
Siruganur, Trichy -621 105. www.
mams
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
ACADEMIC YEAR-2024-2025

FACULTY HOD PRINCIPAL

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy