Assignment3 2021
Assignment3 2021
8. Observe the following data set and create a suitable table structure called store to add following
record to the same table.
1. Find out the names of the tables you have created in your database.
10. Retrieve description and unit_price from Item table according to the descending order of the unit
price.
11. Retrieve sitem_code and st_qty from the store table according to the ascending order of
item_code and then by descending order of qty.
13. Retrieve item codes which are stored in the location L01.
17. Get the item code and the item name which supplier is known.
18. Get the item code and the item name which supplier is not known.
19. Retrieve description, stored quantity and location name where items unit_price exceeds 20000.00.
20. Retrieve item_code, locationName and qty for the items which are stored in store table.