Data Dictionary

March 24, 2017 antony 0

A data dictionary is a CASE tool, along with an ERD, used to help plan a database. It is also part of the system documentation […]

Normalisation (Database)

March 20, 2017 antony 0

Data normalisation organises data in a database (across multiple tables/entities/relations) to ensure there is no data redundancy and to avoid anomalies (insert, deletion, update).  There […]