This document outlines the design and normalization of a database for a workshop management system. The system manages workshop details, participant information, room allocation, and workshop duration. The database is designed using the Entity-Relationship (E-R) model and normalized to 3NF. The document includes a detailed analysis of user requirements, entity identification, attribute definition, business rule specification, functional dependency determination, and normalization steps. The database schema is represented visually using an E-R diagram. The document also includes SQL queries for retrieving specific data from the database.