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?
Options
A. Null status
B. Data type
C. Default value
D. Data constraints
Correct Answer
Data constraints
Data Models into Database Designs problems
Search Results
1. Which of the following column properties specifies whether or not cells in a column must contain a data value?
Correct Answer: a column containing the primary key of another table.
4. 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?
8. 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.
10. 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?