Database Management Systems - 2130703

You might also like

You are on page 1of 2

Database Management System (2130703)

Database Management Systems - 2130703

Practical List

Practical Practical Name


No.
3 Insert, display and update records.
1) INSERT DATA INTO THEIR RESPECTIVE TABLES.

(A) Insert data into client_master table.

Client_no Name City Pincode State

C00004 A M 385464 Gujarat

C00005 b N 385673 Gujarat

C00006 C c 382711 Gujarat

(B) Insert data into salesman_master table.

Salesman_no Salesman_name City Pincode State Salary Remarks

S00004 Prem Bombay 400002 Maharashtra 350.00 Good

S00005 Vishal Bombay 400001 Maharashtra 850.00 Good

S00006 Rahul Bombay 400003 Maharashtra 999.00 Good

2) DISPLAY DATA INTO THEIR RESPECTIVE TABLES.

(A) All the data for salesman_master table.

(B) Find out all salesman name from salesman_master table.

(C) Retrieve the list of name and city of all the salesmen.

(D) List the various products available in product_master table.

Neotech Institute of Technology Neotech Technical Campus


Database Management System (2130703)

(E) List all the salesmen who are located in bombay.

(F) List all the products whose sell_price is >= 1000 rupees.

3) UPDATE THE DATA INTO THEIR RESPECTIVE TABLE.

(A) Change the city of client ‘C00002’ to ‘UNJHA’ in client_master table.

(B) Change the cost_price of monitor to 1000 rupees.

(C) Change the salary of ‘S00001’ to 6500 rupees.

Neotech Institute of Technology Neotech Technical Campus

You might also like