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

Diploma - DBMS Syllabus

Uploaded by

anchalnyr
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)
51 views

Diploma - DBMS Syllabus

Uploaded by

anchalnyr
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/ 2

UNIT I

Basic Concepts: Data, Information, Records and files. Traditional file –based Systems-File Based
Approach-Limitations of File Based Approach, Database Approach-Characteristics of Database
Approach, Database Management System (DBMS), Components of DBMS Environment, DBMS
Functions and Components, Advantages and Disadvantages of DBMS. Roles in the Database
Environment, Data and Database Administrator, Database Designers, Applications Developers and
Users.
UNIT II
Database System Architecture: Three Levels of Architecture, External, Conceptual and Internal
Levels, Schemas, Mappings and Instances. Data Independence, Logical and Physical Data
Independence. Classification of Database Management System Centralized and Client Server
architecture to DBMS. Data Models: Records- based Data Models, Object-based Data Models,
Physical Data Models and Conceptual Modeling.
UNIT III
Entity-Relationship Model: Entity Types, Entity Sets, Attributes Relationship Types, Relationship
Instances and ER Diagrams. Basic Concepts of Hierarchical and Network Data Model.
UNIT IV
Relational Data Model: Brief History, Relational Model Terminology-Relational Data Structure,
Database Relations, Properties of Relations, Keys, Domains, Integrity Constraints over Relations, Base
Tables and Views.
Recommended Books / Suggested Readings:
1. Desai, B.C., 1993: An Introduction to Database Systems, Galgotia Publ. Private Ltd.
2. Elmasri&Navathe, “Fundamentals of Database Systems”, 5th edition, Pearson
Education.
3. Thomas Connolly Carolyn Begg, “Database Systems”, 3/e, Pearson Education.
4. C. J. Date, “An Introduction to Database Systems”, 8th edition, Addison Wesley N. Delhi.
5. Mukhi, Vijay 1992: Mastering Oracle 6.0, BPB Publications.

DCSE422: Database Management System Lab


Credits: 2
LTP 004

Course Description: The course aims to equip the students with a comprehensive study of the
Introduction to Database Management System.
The course includes SQL Fundamentals, Joins, Queries, Tables.
Course Outcomes (CO):
Upon successful completion of the course, the students should be able to:
CO1: Discuss about SQL Fundamentals.
CO2: Describe the Database connectivity with front-end.
CO3: Implement Commit & Rollback commands.
CO4: Describe the concepts of Table View, Log & Triggers.
List of Practical:
1. To implement Data Definition language
1.1. Create, alter, drop, truncate
1.2. To implement Constraints.
1.2.1. (a). Primary key, (b). Foreign Key, (c). Check, (d). Unique, (e). Null, (f). Not null, (g). Default,
(h). Enable Constraints, (i). Disable Constraints (j). Drop Constraints
2. To implementation on DML, TCL and DRL
1.1. (a). Insert, (b). Select, (c). Update, (d). Delete, (e). commit, (f). rollback, (g). save point, (i). Like'%',
(j). Relational Operator.
3. To implement Nested Queries & Join Queries
1.1 a). To implementation of Nested Queries
1.2 (b). (a) Inner join, (b). Left join, (c). Right join (d). Full join
4. To implement Views
1.1. (a). View, (b). joint view, (c). force view, (d). View with check option

You might also like