Question: Database Systems Provide working SQL DML statements for the following database schema and queries EXERCISE CUSTOMER , Type, Firstname, Lastname, Address, City) INVENTORY(ID, ItemName, Type,
Database Systems

Provide working SQL DML statements for the following database schema and queries EXERCISE CUSTOMER , Type, Firstname, Lastname, Address, City) INVENTORY(ID, ItemName, Type, MadeInStore, SupplierName, DailyAverageSold, Price) ORDERS, Customer FK. Item-FK, Quantity, DeliveryDate) 14. Find the total amount due for each order - Show: order id, lastname, and total-amount Hint: variation of previous query Find the total amount due for each order placed by a customer that is a restaurant owner 15. - Show: order id, lastname, and total-amount Hint: variation of previous query
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
