64.2 Introducing Database Schema
Database Schemas define the characteristics of the data stored in a database table. For example, the table schema for a customer database table might define that the customer name is a string of no more than 20 characters in length, and that the customer phone number is a numerical data field of a certain format.
Schemas are also used to define the structure of entire databases and the relationship between the various tables contained in each database.