Home »
MCQs »
SQL MCQs »
SQL Index MCQs
In the relational database, in order to modify index, we need to use which command?
9. In the relational database, in order to modify index, we need to use which command?
- ALTER
- MODIFY
- UPDATE
- ADD
Answer: A) ALTER
Explanation:
In the relational database, in order to modify index, we need to use ALTER command.