Databases and SQL resources

Computer Science, grade 11. Notes, worksheets, videos, interactive tools and revision materials for this chapter.

Worksheets

Practice worksheet

Attempt every question before revealing the answer — that struggle is where learning happens.

Practice questions live inside each lesson — work through them there, then return for revision.

Revision

Revision checklist

Can you explain each of these out loud, without looking? If not, re-read that lesson.

  • Tables and Keys: Design tables with primary keys that uniquely identify each row.
  • Table Relationships: Link tables with foreign keys in one-to-many relationships.
  • SELECT Queries: Retrieve exactly the data you need with SELECT, WHERE and ORDER BY.
  • Changing Data: Add, update and delete rows safely with INSERT, UPDATE and DELETE.
  • Read each lesson's summary and re-do its practice questions from memory.

← Back to Databases and SQL