Syllabus

JNTUK B.Tech Database Management Systems for R13 Batch.

JNTUK B.Tech Database Management Systems gives you detail information of Database Management Systems R13 syllabus It will be help full to understand you complete curriculum of the year.

Course Objectives

Provides students with theoretical knowledge and practical skills in the use of databases and database management systems in information technology applications. The logical design, physical design and implementation of relational databases are covered.

Course Outcomes

  • define a Database Management System
  • give a description of the Database Management structure
  • understand the applications of Databases
  • know the advantages and disadvantages of the different models
  • compare relational model with the Structured Query Language (SQL)
  • know the constraints and controversies associated with relational database model.
  • know the rules guiding transaction ACID
  • understand the concept of data planning and Database design
  • identify the various functions of Database Administrator

Syllabus

Unit – I: INTRODUCTION

Database system, Characteristics (Database Vs File System), Database Users(Actors on Scene, Workers behind the scene), Advantages of Data base 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.

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).

Unit – V: TRANSACTION MANAGEMENT AND CONCURRENCY CONTROL

Transaction, properties of transactions,transaction log, and transaction management with SQL using commit rollback and savepoint. Concurrency control for lost updates, uncommitted data, inconsistent retrievals and the Scheduler. Concurrency control with locking methods : lock granularity, lock types, two phase locking for ensuring serializability, deadlocks, Concurrency control with time stamp ordering : Wait/Die and Wound/Wait Schemes, Database Recovery management : Transaction recovery. SQL constructs that grant access or revoke access from user or user groups. Basic PL/SQL procedures, functions and triggers.

UNIT – VI: STORAGE AND INDEXING

Database file organization, file organization on disk, heap files and sorted files, hashing, single and multi-level indexes, dynamic multilevel indexing using B-Tree and B+ tree, index on multiple keys.

Text Books

  • Database Management Systems, 3/e Raghuram Krishnan, Johannes Gehrke, TMH
  • Database Management System, 6/e Ramez Elmasri, Shamkant B. Navathe, PEA
  • Database Principles Fundamentals of Design Implementation and Management, Corlos Coronel, Steven Morris, Peter Robb, Cengage Learning.

Reference Books

  • Database System Concepts. 5/e Silberschatz, Korth, TMH
  • Introduction to Database Systems, 8/e C J Date, PEA
  • The Database book principles & practice using Oracle/MySql Narain Gehani, University Press.

For more information about all JNTU updates please stay connected to us on FB and don’t hesitate to ask any questions in the comment.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.