Which of the following statements are NOT correct about primary and foreign keys in a database?
1. A table in a database can only have a single primary key.
2. Primary keys might contain NULL values
3. You cannot write a query to drop a foreign key constraint as it is linked to a primary key.
Options
- Only 3
- 1 and 3
- Only 2
- 2 and 3
- All are incorrect