The assignment is focused on designing a hotel management database, where two tables (HOTELROOM and GUEST) are initially designed without any relationship between them. An employee establishes a relationship between the two tables by adding the GuestNum column to the HOTELROOM table, creating a foreign key that connects each room with its assigned guest. The design is then modified to accommodate multiple rooms being reserved by a single guest. Finally, the assignment asks students to identify and remove redundancy in the existing design and provide their own optimized database design.