Activity 01
Pairs: ER Diagram to DDL Challenge
Pairs analyse a project scenario, sketch an ER diagram on paper, identify entities and relationships. They then convert it to SQL DDL statements using laptops with SQLite. Pairs test by inserting sample data and checking for errors.
Design a normalized database schema for your project's data requirements.
Facilitation TipDuring the Pairs: ER Diagram to DDL Challenge, circulate with sample data so pairs can test their SQL inserts to verify primary and foreign key choices.
What to look forPresent students with a simple project scenario (e.g., a library management system). Ask them to identify 3-4 key entities, list their essential attributes, and suggest a primary key for each. Review their responses for understanding of entity identification and key selection.