Stay informed about any major changes. Click here to subscribe
About tables
Tables are database objects that contain all the data in a database.
Each column in the table is designed to store a certain type of data.
In tables, data is organized in a row-and-column format similar to a spreadsheet.
Each row represents a unique record, and each column represents a field
within the record. A table is a collection of data about a specific topic,
such as products or suppliers. Using a separate table for each topic means
that you store that data only once. This results in a more efficient database
and fewer data-entry errors.