The identifier of an entity will become the ________ of the new table.
Options
A. foreign key
B. main attribute
C. primary key
D. identity key
Correct Answer
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 be immediately filled with a monetary value of $10,000?
2. 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?
4. 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.