Activity 01
Pair Design: School Database Schema
Pairs sketch tables for students, classes, and enrollments on paper. Identify primary keys for each table, then add foreign keys to link them. Discuss choices and refine based on peer feedback.
Explain the importance of primary keys in uniquely identifying records.
Facilitation TipDuring Pair Design, circulate to ask each pair how they decided which field should be the primary key and how they plan to link tables.
What to look forPresent students with two simple tables, one for 'Authors' (AuthorID, Name) and one for 'Books' (BookID, Title, AuthorID). Ask them to identify the primary key in each table and the foreign key linking them, explaining their reasoning for each choice.