INDEX
Subject : Database Management System Code : 155502P
Semester : 5th Discipline : CSE(IoT)
S. No. Details of Experiments (s) Faculty Signature
Student should decide on a case study and formulate the problem
1.
statement for ER Diagram.
Conceptual Designing using ER Diagrams (Identifying entities,
2. attributes, keys and relationships between entities, cardinalities,
generalization, specialization etc.)
Converting ER Model to Relational Model (Represent entities and
3. relationships in Tabular form, Represent attributes as columns,
identifying keys)
Normalization -To remove the redundancies and anomalies in the
4.
above relational tables, Normalize up to Third Normal Form.
Creation of Tables using SQL- Overview of using SQL tool, Data
5. types in SQL, Creating Tables (along with Primary and Foreign
keys), Altering Tables and Dropping Tables.
6. Practicing DML commands- Insert, Select, Update, Delete.
Practicing Queries using ANY, ALL, IN, EXISTS, NOT EXISTS,
7.
UNION, INTERSECT, CONSTRAINTS etc.
Practicing Sub queries (Nested, Correlated) and Joins (Inner, Outer
8.
and Equi).
Practice Queries using COUNT, SUM, AVG, MAX, MIN, GROUP
9.
BY, HAVING, VIEWS Creation and Dropping.
Practicing on Triggers - creation of trigger, Insertion using trigger,
10.
Deletion using trigger, Updating using trigger.