You are on page 1of 7

AMIT KUMAR GUPTA 14061101719 BBA4F

Assignment No. 5
1. Create Table Client_Master.
AMIT KUMAR GUPTA 14061101719 BBA4F

2. Insert the data into the table.


AMIT KUMAR GUPTA 14061101719 BBA4F

3. Change the city of ClientNo ‘C00005’ to ‘Bangalore’.

4. Change the BalDue of ClientNo ‘C00001’ to Rs. 1000.


AMIT KUMAR GUPTA 14061101719 BBA4F

5. Change the Pincode for ClientNo ‘C00005’ to ‘560063’.


AMIT KUMAR GUPTA 14061101719 BBA4F

6. Delete from Client_Master where the column State holds the value ‘Tamil Nadu’.
AMIT KUMAR GUPTA 14061101719 BBA4F

7. Delete from Client_Master where the column BalDue holds the value 0.
AMIT KUMAR GUPTA 14061101719 BBA4F

8. Destroy the table Client_Master along with its data.

You might also like