Which of the following columns is(are) are required in a table?
Options
A. A foreign key
B. An alternate key
C. A primary key
D. A surrogate key.
Correct Answer
A primary key
Data Models into Database Designs problems
Search Results
1. Which of the following column properties would be used to specify that cells in a column must contain a monetary value that is less than another monetary value in the same row?
Correct Answer: a column containing the primary key of another table.
5. 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?
7. If a relationship has a cascade updates constraint, then if ________ in the parent table is changed, then the same change will automatically be made to any corresponding foreign key value.
9. Which of the following data constraints would be used to specify that the value of a cell in one column must be less than the value of a cell in another column in the same row of the same table?
10. Which of the following column properties would be used to specify that cells in a column must be immediately filled with a monetary value of $10,000?