-
The statement to change the table name is __________.
-
- RENAME
- CHANGE
- CHANGENAME
- CHANGENM
- None of these
Correct Option: A
To change the name of a table, the keyword ‘RENAME’ can be used. It can be used with the ‘ALTER TABLE’ clause. It can also be used as a statement in itself like ‘RENAME TABLE old_tbl new_tbl’.