Home »
MCQs »
SQL MCQs »
SQL Table MCQs
In SQL, which statement can help in changing the name of the table?
12. In SQL, which statement can help in changing the name of the table?
- RENAME
- ALTER
- Both A) and B)
- None of the above
Answer: C) Both A) and B)
Explanation:
In SQL, RENAME and ALTER statement can help change the name of the table.