21.
In a relation, the order of the rows matters.

22.
In a relation, the rows are sometimes called "records".

23.
A relation is a two-dimensional table.

24.
Any table that meets the definition of a relation is said to be in first normal form.

25.
Given the functional dependency R → (S,T) , then it is also true that R → S.

26.
A candidate key is a determinant that determines all the other columns is a relation.

27.
The only reason for the existence of relations is to store instances of functional dependencies.

28.
A relation is in 5NF when multivalued dependencies are isolated in their own relation.

29.
The functional dependency R → S means that the value of S can be determined when we are given a value of R.

30.
In a relation, the columns are sometimes called "attributes".