DBMS LAB LIST - Updated
DBMS LAB LIST - Updated
List of Experiments:
1. Installing oracle/ MYSQL.
2. Creating Entity-Relationship Diagram using case tools.
3. Writing SQL statements Using ORACLE /MYSQL:
a) Writing basic SQL SELECT statements.
b) Restricting and sorting data.
c) Displaying data from multiple tables.
d) Aggregating data using group function.
e) Manipulating data.
f) Creating and managing tables
4. Creating procedure and functions.
5. Design and implementation of Student Information System.
6. Write a CURSOR to display list of clients in the client Master Table.
1. Execute the queries related to Group By and having Clause on tables SALES_ORDER.
2. Execute the following queries:
a) The NOT NULL
b) The UNIQUE Constraint
c) The PRIMARY KEY Constraint
d) The CHECK Constraint
e) Define Integrity Constraints in ALTER table Command
3. Execute Nested Queries on tables CLIENT_MASTER, PRODUCT_MASTER,
SALESMAN_MASTER, SALES_ORDER, SALES_ORDER_DETAILS.
4. Execute Queries related to Exists, Not Exists, Union, Intersection, Difference, Join on tables
CLIENT_MASTER, PRODUCT_MASTER, SALESMAN_MASTER, SALES_ORDER_DETAILS>