Back to Glossary
databeginnerunit-3

Field

Definition

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

In Plain English

A field is like a blank on a form—a specific piece of information you fill in.

Real-World Example

In a customer record, First Name, Email, and Phone Number are each separate fields.

Why It Matters for Your Work

Fields define what information you collect and store. Changing fields later can be complicated.

Common Mistake

Using generic field names like "data1" or "info" instead of descriptive names like "phone_number".

Related Terms

View Table
Table

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

View Record
Record

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

View Data Model
Data Model

The structure that defines how data is organized, stored, and related.

More data Terms