0% found this document useful (0 votes)
411 views2 pages

DBMS Syllabus

The document outlines the syllabus for the Database Management Systems course offered at Jawaharlal Nehru Technological University Kakinada. The syllabus is divided into 5 units that cover topics such as the relational model, SQL, entity relationship modeling, normalization, transaction management, and indexing techniques. The course objectives are to introduce database concepts, teach relational algebra and SQL, cover database design approaches, and provide an overview of physical database design. By completing the course, students will be able to design and manipulate relational databases, understand storage and query processing issues, and outline key database management concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
411 views2 pages

DBMS Syllabus

The document outlines the syllabus for the Database Management Systems course offered at Jawaharlal Nehru Technological University Kakinada. The syllabus is divided into 5 units that cover topics such as the relational model, SQL, entity relationship modeling, normalization, transaction management, and indexing techniques. The course objectives are to introduce database concepts, teach relational algebra and SQL, cover database design approaches, and provide an overview of physical database design. By completing the course, students will be able to design and manipulate relational databases, understand storage and query processing issues, and outline key database management concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

R-20 Syllabus for CSE, JNTUK w. e. f.

2020 – 21

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA


KAKINADA – 533 003, Andhra Pradesh, India

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

L T P C
II Year – II Semester
3 0 0 3
DATABASE MANAGEMENT SYSTEMS

Course Objectives:
 To introduce about database management systems
 To give a good formal foundation on the relational model of data and usage of Relational
Algebra
 To introduce the concepts of basic SQL as a universal Database language
 To demonstrate the principles behind systematic database design approaches by covering
conceptual design, logical design through normalization
 To provide an overview of physical design of a database system, by discussing Database
indexing techniques and storage techniques

Course Outcomes:
By the end of the course, the student will be able to

 Describe a relational database and object-oriented database


 Create, maintain and manipulate a relational database using SQL
 Describe ER model and normalization for database design
 Examine issues in data storage and query processing and can formulate appropriate solutions
 Outline the role and issues in management of data such as efficiency, privacy, security, ethical
responsibility, and strategic advantage

UNIT I
Introduction: Database system, Characteristics (Database Vs File System), Database Users(Actors on
Scene, Workers behind the scene), Advantages of Database systems, Database applications. Brief
introduction of different Data Models; Concepts of Schema, Instance and data independence; Three
tier schema architecture for data independence; Database system structure, environment, Centralized
and Client Server architecture for the database.

UNIT II
Relational Model: Introduction to relational model, concepts of domain, attribute, tuple, relation,
importance of null values, constraints (Domain, Key constraints, integrity constraints) and their
importance BASIC SQL: Simple Database schema, data types, table definitions (create, alter),
different DML operations (insert, delete, update), basic SQL querying (select and project) using
where clause, arithmetic & logical operations, SQL functions(Date and Time, Numeric, String
conversion).

UNIT III
Entity Relationship Model: Introduction, Representation of entities, attributes, entity set, relationship,
relationship set, constraints, sub classes, super class, inheritance, specialization, generalization using
ER Diagrams. SQL: Creating tables with relationship, implementation of key and integrity
constraints, nested queries, sub queries, grouping, aggregation, ordering, implementation of different
types of joins, view(updatable and non-updatable), relational set operations.
R-20 Syllabus for CSE, JNTUK w. e. f. 2020 – 21

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA


KAKINADA – 533 003, Andhra Pradesh, India

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

UNIT IV
Schema Refinement (Normalization): Purpose of Normalization or schema refinement, concept of
functional dependency, normal forms based on functional dependency(1NF, 2NF and 3 NF), concept
of surrogate key, Boyce-codd normal form(BCNF), Lossless join and dependency preserving
decomposition, Fourth normal form(4NF), Fifth Normal Form (5NF).

UNIT V
Transaction Concept: Transaction State, Implementation of Atomicity and Durability, Concurrent
Executions, Serializability, Recoverability, Implementation of Isolation, Testing for Serializability,
Failure Classification, Storage, Recovery and Atomicity, Recovery algorithm.
Indexing Techniques: B+ Trees: Search, Insert, Delete algorithms, File Organization and Indexing,
Cluster Indexes, Primary and Secondary Indexes , Index data Structures, Hash Based Indexing: Tree
base Indexing ,Comparison of File Organizations, Indexes and Performance Tuning

Text Books:
1) Database Management Systems, 3/e, Raghurama Krishnan, Johannes Gehrke, TMH
2) Database System Concepts,5/e, Silberschatz, Korth, TMH

Reference Books:
1) Introduction to Database Systems, 8/e C J Date, PEA.
2) Database Management System, 6/e Ramez Elmasri, Shamkant B. Navathe, PEA
3) Database Principles Fundamentals of Design Implementation and Management, Corlos
Coronel, Steven Morris, Peter Robb, Cengage Learning.

e-Resources:
1) https://nptel.ac.in/courses/106/105/106105175/
2) https://www.geeksforgeeks.org/introduction-to-nosql/

You might also like