INDEX
Sr. Title Page No Date Sign
No
1 Create the tables with appropriate
constraints.
2 Perform the following:
Viewing all existing databases
Creating a database
Viewing all Tables in a Database
Creating Tables (with and
without Constraints)
Inserting/Updating/Deleting
Records in table.
Saving (commit) and Undoing
(rollback)
3 Perform the following:
Altering a table
Dropping/Truncating/Renaming
Tables
Granting and Revoking
Permissions
4 Perform the following:
Simple Queries
Simple Queries with Aggregate
Functions.
Queries with Aggregate functions
(group by and having clause)
5 Queries Involving:
Date Functions
String Functions
Math Functions
6 Creating queries on Joins
Creating Sub Queries
7 Creating Views and Index
8 PL-SQL Block on Branching Statement
9 PL-SQL Block on Looping Statement
10 Stored Procedure, Cursors and Triggers
Creating stored procedure with
and without parameters
Creating Cursor
Creating Triggers