Relational Database Schemas
In this lesson, we will discuss the basic concepts behind relational database schemas.
We'll cover the following
Relational database schemas
A relational database schema S is a set of relation schemas S = {R, R, … , R} and a set of integrity constraints IC. A relational database state DB of S is a set of relation states DB = {r, r, … , r} such that each r is a state of R. The figure below shows a relational database schema that we call COMPANY = {EMPLOYEE, DEPARTMENT, DEPT_LOCATIONS, PROJECT, DEPENDENT}. In each relation schema, the underlined attribute represents the primary key.
Get hands-on with 1400+ tech skills courses.