Which of the following is TRUE about PRIMARY KEY Constraint
- A Table can have more than one primary key.
- PRIMARY KEY should be defined along with the creation of the Table.
- PRIMARY KEY can be added after creating the Table using ALTER .
- PRIMARY KEY can also be dropped in case it is not useful.
- To define a PRIMARY KEY on any column, the column should ensure not to contain any NULL values.
Reveal answer
Fill a bubble to check yourself