2.   We listed five (5) RDBMS conventions restrictions. One of them is that the order of rows (records/Entries) is not important. List three (3) other ones.

 

            Each Relation MUST have a unique name

            Each Table Column (tuple) MUST have a unique Name

            Each Column Element MUST be of the same data type

            The Order of the Columns is NOT important

            The Order of the Rows is NOT important

            The Number of Bytes allocated to each row (record) MUST be the same