31.
In a relation, the order of the columns does not matter.

32.
A functional dependency is a relationship between or among attributes.

33.
A key is a group of one or more attributes that uniquely identifies a row.

34.
Keys made up of two or more attributes are called composite keys.

35.
Given the functional dependency R → S , R is called the determinant.

36.
Relations are categorized into normal forms according to the referential integrity constraints that they have.

37.
A relation is in Boyce-Codd Normal Form (BCNF) if every determinant is a composite key.

38.
A functional dependency is always an equation.

39.
A relation has cells that hold multi-value entries.

40.
In a relation, the rows are sometimes called "fields".