Que:- What are the properties of the Relational tables?Ans:- Relational tables have six properties:• Values are atomic.• Column values are of the same kind.• Each row is unique.• The sequence of columns is insignificant.• The sequence of rows is insignificant.• Each column must have a unique name.Que:- What is De-normalization?Ans:- De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It is sometimes necessary because current DBMSs implement the relational model poorly. A true relational...