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".