This assignment for ITECH 1006: Database Management Systems consists of three main tasks. Task 1 involves designing a relational schema for a database, detailing attributes and datatypes for tables such as GENRE, SUPPLIER, ACTOR, INVENTORY, MANUFACTURER, DIRECTOR, COLLECTION, COLLECTIBLE, COLLECTION_MEMBER, MOVIE, CAST, CUSTOMER, RECEIPT, and PURCHASE. Task 2 focuses on creating the database and tables using SQL `CREATE TABLE` statements, including primary and foreign keys. Task 3 involves inserting data into the tables using SQL `INSERT INTO` statements. Finally, Task 4 presents a series of SQL queries (`SELECT`, `UPDATE`, `DELETE`) to retrieve, modify, and delete data from the database, demonstrating various SQL functionalities and joins. The assignment includes references to resources used for relational database design.