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

Database Management Systems Lab

This document outlines the experiments for a Database Management Systems lab course. The experiments include creating users and privileges in Oracle, developing PL/SQL programs using cursors and exceptions, creating triggers and packages, building tables for sample databases and inserting records, performing queries with conditions and sorting, modifying tables, joining multiple tables, and grouping query results. Students will gain hands-on experience with SQL, PL/SQL, database design, and querying.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Database Management Systems Lab

This document outlines the experiments for a Database Management Systems lab course. The experiments include creating users and privileges in Oracle, developing PL/SQL programs using cursors and exceptions, creating triggers and packages, building tables for sample databases and inserting records, performing queries with conditions and sorting, modifying tables, joining multiple tables, and grouping query results. Students will gain hands-on experience with SQL, PL/SQL, database design, and querying.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Database Management Systems Lab

Subject Code : 18CS4SP04L


Credits : 01 L-T-P : 0-0-2

List of Experiments:

1. Create User in Oracle Database and grant and revoke the privileges and use of commit
savepoint and rollback command.

2. Create the following:

        (a) Synonym sequences and Index

        (b) Create alter and update views.

3. Create PL/SQL program using cursors, control structure, exception handling

4. Create following:

        (a) Simple Triggers

        (b) Package using procedures and functions.

5. Create  the  table  for

        (a) COMPANY database

        (b) STUDENT database and Insert five records for each attribute.

6. Illustrate the use of SELECT statement

7. Conditional retrieval - WHERE clause

8. Query sorted - ORDER BY clause

9. Perform following:

          (a) UNION, INTERSECTION and MINUS operations on tables.

          (b) UPDATE, ALTER, DELETE, DROP operations on tables

10.  Query multiple tables using JOIN operation.

11. Grouping the result of query - GROUP BY clause and HAVING clause

12. Query multiple tables using   NATURAL and OUTER JOIN operation.

You might also like