Data modelling - Technology
Table
A database structure that holds similar records in rows, with their information arranged in columns
What's it for?
Organises related information into rows and columns so it can be stored and searched consistently.
For example…
An Employees table holds one row per person with columns for name, start date, and department
A Customers table has one row per customer and columns for CustomerID, name, email and account status
Think of it like…
Spreadsheet sheet, but inside a database with stricter rules