Skip to content

Databases and SELECT

Handout

Databases and tables

A database stores information in tables. A table is a grid, a bit like a spreadsheet:

  • each row is one record — for example, one student;
  • each column is one field — for example, the student's name or score.

This course uses a small table called student. It has 5 records and 4 fields: id, name, form, and score.

Handout

Log in or create account

IGCSE & A-Level