The document discusses designing a database for an exhibition services company. It includes:
1. Creating an entity relationship diagram that is normalized to 3rd normal form to eliminate data redundancy. Primary and foreign keys are identified.
2. A data dictionary is produced showing attributes and data types for each table.
3. SQL scripts are written to create tables based on the design. Data is entered for exhibitions, customers, staff and their assignments.
4. Queries are written to select, update, count and delete data as specified in the tasks.
The tasks demonstrate how to design a database according to requirements, normalize data to eliminate redundancy, and enter and manipulate data using SQL.