Rules for relational database tables: every row must be constructed in the same way; that is, each column must contain data of just one data type, one column, or combination of columns, must be able to make each row of the table unique, which is called the primary key, there is no rule about the sequence of rows in a table, there is no rule about the order of the columns, no two tuples (rows) in a relation can be identical.