Activity 01
Pairs: Build a Class Library Database
Pairs identify entities like books and borrowers, sketch tables with keys, then use an online tool like SQLiteOnline to create and link tables. They add sample data and write simple SELECT queries to find available books. Pairs share one query result with the class.
Explain why databases are essential for modern applications and websites.
Facilitation TipDuring the Pairs activity, circulate to check that both partners agree on the primary key before they build their library schema.
What to look forProvide students with a scenario, such as managing a school's sports equipment. Ask them to: 1. Write one sentence explaining why a database is better than a simple list for this task. 2. List three fields they would include in a 'Equipment' table.