In a Database Management System (DBMS), a **schema** refers to the organizational structure or blueprint of a database. It defines how data is organized and how the relationships among data are constructed. The schema outlines the tables, fields, data types, constraints, and relationships between tables. It serves as a framework that helps in structuring the data within the database in a logical manner.
### Components of a Schema:
1. **Tables**: