Reference no: EM134033092
Question
1. List the id , name , city and type for all customers --
2. List the id , name , city and province all customers in Ontario --
3. List the item id , description and category for all items whose quantity on hand is at least 25 but is no more than 75 --
4. List the details for all vegetable (VG) items and who also have a quantity on hand no more than 50.
5. List the details for all items whose type is either Vegetable (VG) or Candy (CD).
6. List the details for all items whose type is either Vegetable (VG) or Fruit (FR) and who also have a Reorder level over 50 --
7. List details for all Items except those whose in the Fruit or Candy category..
8. List the details for all ontario customers. Sequence the output by name within type i.e. type is the major key.
9. List the details for all Credit type customers with a balance over $25. Sequence the output from the highest to lowest balance amount.
10. List the details for all Items whose category is either Fruit or Vegetable, and who also have a quantity on hand below the reorder level.