Software - Databases
Tables


The data within the database is stored within one or more files. These files can be referred to as tables (as shown below). Databases use tables to store data about an entity.

© Microsoft Corporation

A table is made up of one or more rows and columns. The columns in a table are referred to as fields. Each row in a table represents a record.