Exercise
Lesson 5 Directory
This Tutorial's Database: Orders.db
Orders.db
Orders.db
contains a table called Orders
Orders
Table Attributes:
OrderID
INTEGER PRIMARY KEYProductName
TEXT NOT NULLOrderSize
INTEGER NOT NULLCustomerID
INTEGER NULL
First 10 values within the dataset
Aggregate Queries with Grouping Exercise
Display the total number of each product sold
Display the total number of times a customer placed an order
Display the minimum, maximum, and average amount of each product sold
Display the frequency of each product bought by a customer
Last updated