This document provides 12 examples of SQL queries that could be written for a car hire database consisting of 4 tables: Customer, Booking, Car, and Depot. Each example includes the fields and calculations, tables, search criteria, grouping, and sort order that would be used to write the query. The examples cover a range of different queries including finding specific car details, aggregating data, joining multiple tables, and using minimum, maximum and average functions.