Home »
MCQs »
SQL MCQs »
SQL Keys MCQs
To add a Primary Key constraint after table is created, which clause is used?
6. To add a Primary Key constraint after table is created, which clause is used?
- UPDATE
- ADD
- ALTER
- JOIN
Answer: C) ALTER
Explanation:
To add a Primary key constraint after table is created, ALTER clause is used.