What are the properties of the Relational tables? › Category: SQL › What are the properties of the Relational tables? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What are the properties of the Relational tables? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago 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.