Create Schema and insert at least 5 records for each table.
Add appropriate
database constraints.
Study & Implementation of TCL commands (Rollback, Commit, Savepoint)
Study & Implementation of DCL (Grant, Revoke).
To study and execute the DDL commands (create, drop, alter, truncate and
rename) in MYSQL with suitable examples
To study and execute the DML commands (select, insert, update, delete) in
MYSQL with suitable examples
To implement AGGREGATE function commands (count, sum, avg, min,
max) with suitable examples
Implementation of SQL SET OPERATORS (union, union all, intersect and
minus)
Study & Implementation of Views
Study & Implementation of SQL Triggers (Creation of insert trigger, delete
trigger, update trigger)
Normalization up to Third Normal Form
Draw the E-R diagram which models Company. Construct appropriate tables
for the above ER Diagram
Construct an E-R diagram for a car-insurance company whose customers own
one or more cars each. Each car has associated with it zero to any number of
recorded accidents. Construct appropriate tables for the above ER Diagram?
Construct an E-R diagram for a hospital with a set of patients and a set of
medical doctors. Associate with each patient a log of the various tests and
examinations conducted. Construct appropriate tables for the above ER
Diagram
Draw the E-R diagram which models an online bookstore. Construct
appropriate tables for the above ER Diagram
Construct an E-R diagram for a Library Management System. Construct
appropriate tables for the above ER Diagram