Back to Glossary
databeginnerunit-3

Table

Definition

A collection of related data organized into rows and columns within a database.

In Plain English

A table is like a drawer in a filing cabinet—it holds one category of information.

Real-World Example

You might have tables for Customers, Orders, Products, and Payments, each storing different types of information.

Why It Matters for Your Work

Well-designed tables make data easy to query, update, and connect. Poor table design causes problems later.

Common Mistake

Putting everything in one table. Separate tables for different entities prevent data duplication and errors.

Related Terms

View Database
Database

Organized storage for application information that can be searched and updated.

View Record
Record

One row of data in a database table, representing a single item.

View Field
Field

One piece of information within a database record, like a column.

More data Terms