0% found this document useful (0 votes)
3 views

CS 3492 DBMS

The document outlines the syllabus for the Database Management Systems course (CS3492) at DMI College of Engineering for the academic year 2024-2025. It includes course objectives, unit topics covering relational databases, database design, transactions, implementation techniques, and advanced topics like distributed databases and database security. The course aims to equip students with skills in SQL, database design, transaction processing, indexing strategies, and understanding advanced database concepts.

Uploaded by

rajdmice
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

CS 3492 DBMS

The document outlines the syllabus for the Database Management Systems course (CS3492) at DMI College of Engineering for the academic year 2024-2025. It includes course objectives, unit topics covering relational databases, database design, transactions, implementation techniques, and advanced topics like distributed databases and database security. The course aims to equip students with skills in SQL, database design, transaction processing, indexing strategies, and understanding advanced database concepts.

Uploaded by

rajdmice
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

DMI COLLEGE OF ENGINEERING

(AN AUTONOMOUS INSTITUTION)


APPROVED BY AICTE, AFFILIATED TO ANNA UNIVERSITY,
ACCREDITED BY NBA, ISO CERTIFIED INSTITUTION
PALANCHUR – NAZARATHPET P.O., CHENNAI – 600 123

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

SYLLABUS

SUBJECT COD: CS3492

SUBJECT NAME: DATABASE MANAGEMENT SYSTEMS LTPC 3003

YEAR: II CSE A (2024-2025 EVEN SEMESTER)

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

UNIT I RELATIONAL DATABASES 10

Purpose of Database System – Views of data – Data Models – Database System Architecture –
Introduction to relational databases – Relational Model – Keys – Relational Algebra – SQL
fundamentals – Advanced SQL features – Embedded SQL– Dynamic SQL

UNIT II DATABASE DESIGN 8

Entity-Relationship model – E-R Diagrams – Enhanced-ER Model – ER-to-Relational Mapping –


Functional Dependencies – Non-loss Decomposition – First, Second, Third Normal Forms,
Dependency Preservation – Boyce/Codd Normal Form – Multi-valued Dependencies and Fourth
Normal Form – Join Dependencies and Fifth Normal Form

UNIT III TRANSACTIONS 9

Transaction Concepts – ACID Properties – Schedules – Serializability – Transaction support in SQL –


Need for Concurrency – Concurrency control –Two Phase Locking- Timestamp – Multiversion –
Validation and Snapshot isolation– Multiple Granularity locking – Deadlock Handling – Recovery
Concepts – Recovery based on deferred and immediate update – Shadow paging – ARIES Algorithm

UNIT IV IMPLEMENTATION TECHNIQUES 9


RAID – File Organization – Organization of Records in Files – Data dictionary Storage – Column
Oriented Storage– Indexing and Hashing –Ordered Indices – B+ tree Index Files – B tree Index Files –
Static Hashing – Dynamic Hashing – Query Processing Overview – Algorithms for Selection, Sorting
and join operations – Query optimization using Heuristics - Cost Estimation.

UNIT V ADVANCED TOPICS 9

Distributed Databases: Architecture, Data Storage, Transaction Processing, Query processing and
optimization – NOSQL Databases: Introduction – CAP Theorem – Document Based systems – Key
value Stores – Column Based Systems – Graph Databases. Database Security: Security issues – Access
control based on privileges – Role Based access control – SQL Injection – Statistical Database security
– Flow control – Encryption and Public Key infrastructures – Challenges

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, 2006.

CO’s- PO’s & PSO’s MAPPING


PO’s PSO’s
CO’s
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3
1 2 2 3 2 1 - - - 2 1 1 1 2 1 3
2 3 1 1 1 1 - - - 2 3 3 3 3 1 2
3 3 2 3 2 1 - - - 2 1 1 2 2 3 3
4 1 2 3 2 - - - - 3 2 3 3 1 2 3
5 1 1 3 3 2 - - - 1 3 3 1 2 2 2
AVG 2 2 3 2 1 - - - 2 2 2 2 2 2 3
1 - LOW, 2 - MEDIUM, 3 - HIGH, ‘-' - NO CORRELATION

You might also like