You are on page 1of 2

Course Name: Database Management Systems Lab

Course Code : PCS -503

List of proposed work to be done in DBMS Practical’s :

1. Creating Database Tables


• Create table
• Modify Table
• Drop table
• Truncate

2. Practical’s for retrieving Data Using following clauses


• Simple SELECT clause
• Accessing specific data with WHERE , Exist, Not Exist
• Ordered By, Distinct clause
• Operators like IN, BETWEEN, LIKE, IS NULL, NOT NULL etc

3. Practical’s based on Data manipulation


• Adding data with Insert
• Modify Data with Update
• Deleting records with Delete
• Alter Table Command

4. Practical’s based on Implementing the Constraints


• NULL & NOT NULL
• PRIMARY KEY Constraint
• FOREIGN KEY Constraint
• UNIQUE KEY Constraint
• CHECK Constraint
• DEFAULT Constraint

5. Practical’s based on Aggregate & Mathematical Functions


• AVG
• COUNT
• MAX
• MIN
• MIN
• GROUP BY, HAVING Clause

6. Practical’s based on implementing use of Set Operators


• UNION
• INTERSECTION
• MINUS etc

7. Implement various types of JOIN operations


• EQUI JOIN
• SELF JOIN
• INNER JOIN
• OUTER JOIN etc

8. One project on above fundamentals

You might also like