Q.1.

A key:

Q.2.

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

Q.3.

Row is synonymous with the term:

Q.4.

A functional dependency is a relationship between or among attributes.

Q.5.

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

Q.6.

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

Q.7.

An attribute is a(n):

Q.8.

A functional dependency is always an equation.

Q.9.

The primary key is selected from the:

Q.10.

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

Q.11.

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

Q.12.

A relation is a two-dimensional table.

Q.13.

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

Q.14.

A relation has cells that hold multi-value entries.

Q.15.

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

Q.16.

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

Q.17.

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

Q.18.

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

Q.19.

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

Q.20.

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