Ict Lab 11
Ict Lab 11
Instructions:
Deliverable:
Draw the table structures using a tool (like drawSQL, hand-drawn, or Word/Excel) showing
relationships.
Instructions: Using any SQL online compiler (like sqlfiddle.com or db-fiddle.com), write SQL
code to:
Instructions:
Write a short paragraph explaining what is raw data and what is useful information you
can get from it.
Example: "The list of all orders is raw data, but calculating total orders per customer is
meaningful information."
1. What kind of reports would the company need from this database?
(e.g., list of all customers who ordered more than $500 worth of items)
2. Write a SQL query to:
o Find customers who have not placed any orders.
o Find the total sales per customer.