DBMS Lab 1
DBMS Lab 1
Lab Assignment 1
Name: Instructor:
Prathmesh Bansal Mukesh Sakle Sir
Enrollment Number:
0801IT201067
1
Prathmesh Bansal 0801IT201067
b. Table: PRODUCT_MASTER
Description: Used to store product information
2
Prathmesh Bansal 0801IT201067
c. Table: SALESMAN_MASTER
Description: Used to store salesman information working for the company
3
Prathmesh Bansal 0801IT201067
4
Prathmesh Bansal 0801IT201067
5
Prathmesh Bansal 0801IT201067
c. Retrieve the list of names, city, and the state of all clients.
6
Prathmesh Bansal 0801IT201067
f. Find the names of salesmen who have a salary equal to Rs. 3000.
7
Prathmesh Bansal 0801IT201067
b. Delete all products from Product_Master where the quantity on hand is equal to 100.
c. Delete from Client_Master where the column state holds the value 'Tamilnadu'.
8
Prathmesh Bansal 0801IT201067
Que.7: Exercise on deleting the table structure along with its data:
a. Destroy the table Client_Master along with its data.