• They consist of tables of data that are related to each other.
• This is called a relational database.
• Each table must have a unique identifier that is called a primary key.
• The database is organized into parent and child tables to avoid duplicating data.
• Data common to each child is stored in the parent table.