DML Practice Problems
1) Create a Customer table using the below DDL :
2) Insert the below data into the Customer table created above :
3) Create Consumer as a back up of the Customer table
4) DELETE the customer whose ID is 6
5) DELETE customer, whose salary is greater than 9000
6) UPDATE the address to 'Pune' for a customer whose ID number is 3
7) Create the Tables and Insert data as per the below file :
Last updated