This document contains SQL statements to:
1. Create and modify tables to store customer and account information with various data types and constraints.
2. Insert sample data into the tables.
3. Update, modify, and delete records in the tables.
4. Write SELECT queries to retrieve and filter data from the tables including basic queries, joins, and subqueries.