Data Models Into Database Designs - Study Mode

[#1] Which of the following data constraints would be used to specify that the value of cells in a column must be one of a specific set of possible values?
Correct Answer

(A) A domain constraint

[#2] In a 1:N relationship, the foreign key is placed in:
Correct Answer

(C) the child table.

[#3] Which of the following column properties specifies whether or not cells in a column must contain a data value?
Correct Answer

(A) Null status

[#4] A primary key should be defined as:
Correct Answer

(B) NOT NULL.

[#5] Which of the following column properties would be used to specify that cells in a column must contain a monetary value?
Correct Answer

(B) Data type