Back to Glossary
dataintermediateunit-3

Schema

Definition

The defined structure of data, including fields, types, and relationships.

In Plain English

A schema is like the blueprint for how information is organized.

Real-World Example

A customer schema may define name, email, company, plan, and signup date.

Why It Matters for Your Work

Good schemas make data reliable; bad schemas make reporting and integrations painful.

Common Mistake

Changing data structure casually without considering downstream reports and integrations.

Related Terms

View Database
Database

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

View Field
Field

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

View Data Model
Data Model

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