What is a database ?
A data base is a structured way of storing data, so that it can be retrieved using queries
What are records and fields ?
records are the rows of tables
fields are the columns
What is a primary and foreign keys ?
primary key is a unique identifier that each record has in a table
foreign key is a primary key in a linked table
What is a relation database ?
A relational database consists of 2 or more tables, connected to each other using a foreign key
How does a relational database eliminate data inconsistency and redundancy ?
what are the different types of relationships ?