---
title: "What are the properties of the Relational tables?"  
description: "What are the properties of the Relational tables?"  
author: "Anonymous User"  
published: 2014-10-12  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2211/what-are-the-properties-of-the-relational-tables  
category: "mssql server"  
tags: ["database", "mssql server"]  
reading_time: 1 minute  

---

# What are the properties of the Relational tables?

## 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.

## Answers

### Answer by Anonymous User

## 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.


---

Original Source: https://www.mindstick.com/interview/2211/what-are-the-properties-of-the-relational-tables

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
