1.

What Are The Properties Of The Relational Tables?

Answer»

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.

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.



Discussion

No Comment Found