Assignment3
Assignment3
One company distribute school items to shops and super markets in various districts. They maintain 3
separate data sheets to keep their company details as follows.
item datasheet - Details of school items
distribute datasheet - Details of distributed item quantities in shops and super markets
bookShop datasheet - Details of the shops and supper markets
Based on this case, develop the school_items database in MySQL and practice the questions in your
assignment.
8. Observe the following data set and create a suitable table structure called distribute to add
following record to the same table.
1. Find out the names of the tables you have created in your database.
10. Retrieve item name and price from Item table according to the descending order of the price.
11. Retrieve all records from Item table where price is greater than 1000.00.
12. List the details of items which brand is equal to Atlas, Mango and DSI
13. Retrieve item codes which are distributed to the bookshop BS01.