The document contains deliverables for an auto database project including:
1. A statement of work outlining the purpose and objectives of creating a database for Lakeshore Auto dealership.
2. An ERD diagram showing the relationships between tables for customers, agents, cars, sales, reservations, mechanics, and repair records.
3. DDL code to define the structure of each table with data types, constraints, indexes and sequences.
4. Sample DML insert statements to add data to the customer table.