CS Electrical And Electronics
@cselectricalandelectronics

Which of the following statements are true regarding the PRIMARY KEY when creating a table?

All QuestionsCategory: DatabaseWhich of the following statements are true regarding the PRIMARY KEY when creating a table?
Anonymous asked 3 years ago

Options:

  1. Each table can have more than one PRIMARY KEY
  2. The PRIMARY KEY ensures that there are no duplicate records
  3. A PRIMARY KEY column can contain NULL values
  4. The PRIMARY KEY uniquely identifies each column in a database table
  5. The PRIMARY KEY must contain UNIQUE values

1 Answers
Anonymous answered 3 years ago
  1. The PRIMARY KEY ensures that there are no duplicate records
  2. The PRIMARY KEY must contain UNIQUE values