SEMESTER - III
DATABASE MANAGEMENT SYSTEM 24CSPC301
SDG NO. 4
NPTEL CODE : 106104135
OBJECTIVES:
To learn the fundamentals of data models and to represent a database system using ER diagrams.
To study SQL and relational database design.
To understand the internal storage structures using different file and indexing techniques which will help in physical
DB design.
To understand the fundamental concepts of transaction processing concurrency control techniques and recovery
procedures.
To have an introductory knowledge about the Storage and Query processing Techniques
MODULE – I CONCEPTUAL DATA MODELLING 6
Database environment – Purpose of Database System – Views of data – Data Models –Database System Architecture -
Database design - Entity- Relationship model – Enhanced-ER model.
MODULE - II DATABASE DESIGN 8
ER and EER-to-Relational Mapping – Functional Dependencies – First, Second, Third Normal Forms, Dependency
Preservation – Boyce/Codd Normal Form – Multivalued Dependencies and Fourth Normal Form – Join Dependencies and
Fifth Normal Form.
MODULE – III RELATIONAL DATABASES 8
Introduction to relational databases – Relational Model – Keys – Relational Algebra – SQL fundamentals – Advanced SQL
features – Embedded SQL– Dynamic SQL.
MODULE - IV TRANSACTIONS 8
Transaction Concepts – ACID Properties – Schedules – Serializability –Concurrency Control – Need for Concurrency –
Locking Protocols – Two Phase Locking – Deadlock – Transaction Recovery - Save Points – Isolation Levels – SQL Facilities
for Concurrency and Recovery.
MODULE - V IMPLEMENTATION TECHNIQUES 7
File Organization – Organization of Records in Files – Indexing and Hashing – Static Hashing – Dynamic Hashing – Query
Processing Overview – Algorithms for SELECT operations – Query optimization.
MODULE - VI ADVANCED TOPICS 8
Distributed Databases: Architecture, Data Storage, Transaction Processing – Object-based Databases: Object Database
Concepts, Object-Relational features, ODMG Object Model, ODL, OQL - XML Databases: XML Hierarchical Model, DTD,
XML Schema.
TOTAL : 45 PERIODS
TEXT BOOKS:
1. Ramez Elmasri, Shamkant B. Navathe, “Fundamentals of Database Systems”, Sixth Edition, Pearson Education,
2011.
REFERENCES:
1. C.J.Date, A.Kannan, S.Swamynathan, ―An Introduction to Database Systems, Eighth Edition, Pearson Education, 2006.
2. Raghu Ramakrishnan, ―Database Management Systems, Fourth Edition, McGraw-Hill College Publications, 2015.
3. G.K.Gupta,”Database Management Systems, Tata McGraw Hill, 2011. 66
OUTCOMES
Upon completion of the course, the student will be able to:
1. Identify different data models and database architectures. (K3)
2. Examine the entities, normalize the data, and define the relational model. (K4)
3. Determine the fundamentals of relational databases and the relational model, including its structure and the key
components. (K3)
4. Analyze transaction schedules and their impact on the correctness and performance of a database. (K4)
5. Explain different methods of file organization, hashing techniques and understand the overall query processing
steps. (K5)
6. Discuss about the advanced databases and its features. (K6)