SQL Database Concepts Question:

Do you know what are the properties of the Relational tables?

Tweet Share WhatsApp

Answer:

Relational tables have six properties:
1. Values are atomic.
2. Column values are of the same kind.
3. Each row is unique.
4. The sequence of columns is insignificant.
5. The sequence of rows is insignificant.
6. Each column must have a unique name.

Download Basic SQL Server PDF Read All 113 Basic SQL Server Questions
Previous QuestionNext Question
Please differentiate between DELETE and TRUNCATE?What is SQL COLLATION?