What is Relationship Database
It is a database that consists of different tables that are linked together which only portrays the main aspect. such as primary key.
what is a flat file?
a flat file is also a database that consist of different field which are filled with information.it is a single file.
What is primary key?
primary key is given to a information which is unique such as National Insurance Number.
different Entities?
one to one/ one to many and many to many
Foreign key?
creates a join between two tables.
what is normalization?
it is the bets possible design for a relationship database.
different things to consider
2. No data is duplicated
Importance of normalization ?
Transaction processing
ACID
what is indexing in database?
Indexing is a way to optimize performance of a database by minimizing the number of disk accesses required when a query is processed.