If a piece of data (field value) is stored in two places in the database, then storage space is wasted and changing the data in one place will not cause data inconsistency.
Answer
False If a piece of data is stored in two places in the database, then storage space is wasted and changing the data in one spot will cause data inconsistency.
True When a table’s primary key field is added to a related table in order to create the common field which relates two tables, it is called a foreign key in the related table.