03 Oct 2018

Database Schema

Database schema defines how data is organized within a relational database (logical constraints such as, table names, fields, data types, and the relationships between these)

A database schema = “blueprint” of a database which describes how the data may relate to other tables or other data models. Schema does not actually contain data.

This process of database schema design is also known as data modelling.