a. Create an Employee database table, an d add th e fol l owin g constraints.
1. Primary key
2. Unique
3. Check
4. Not null
b. Create Employee database table and find the employees who get minimum
and maximum salary.
a. Create a Student database table and execute any three SQL DDL
and DML commands.
b. Create an XML database and validate it using XML schema.
a. Create a set of tables, add foreign key constraints and incorporate
referential integrity.
b. Create View table for database tables with a large number of records.
a. Query the database tables using different ‘where’ clause conditions.
b. Create index for database tables with a large number of records.
a. Create student Database Table and implement all aggregate functions.
b. Develop and execute SQL Triggers for insert, delete, and update operations
in a database table.
a. Query the database tables and explore sub queries.
b. Case study for any one real life database applications.
a. Query the database tables and explore natural, equi and outer joins.
b. Write a PL/SQL block to find the GCD of set of numbers using Procedure.
a. Create Student database table and execute TCL and DCL Commands.
b. Write a PL/SQL Functional procedure to search an address from the
given database.
.