This assignment solution for ITECH1006, a Database Management Systems course, presents a detailed relational schema for an entertainment database, including tables for genres, suppliers, actors, inventory, manufacturers, directors, collections, collectibles, collection members, movies, cast, customers, receipts, and purchases. It includes the data types and primary/foreign keys for each attribute. The solution further provides SQL create statements to build the database and insert statements to populate the tables with sample data. Moreover, the assignment offers SQL queries to retrieve and manipulate data, demonstrating various SQL operations like ordering, joining tables, calculating age, and performing updates and deletions, covering a wide range of database management concepts. References to database design fundamentals are also included.