Exercises for Developing SQL Statements
A database for an online election of officers for a professional organization, including tables such as Member, Candidate, Office, Ballot and Vote. Single- and multiple-table queries are explored.
Before getting into these SQL exercises, you may wish to go over a design instruction for this database: Online Election Database Design.
A database for an online ordering system, including tables such as Customer, Product, ShoppingCart, OrderItem. Data definition and data manipulation queries are explored.
Before getting into these SQL exercises, you may wish to go over a design instruction for a similar database: Ordering System Database Design.