What are the various properties of Relational tables?
Relational tables have 6 properties:
1. Each row is unique.
2. Column values are of the same kind.
3. Values are atomic.
4. Sequence of columns is insignificant.
5. Sequence of rows is insignificant.
6. Each column should have a unique name.