-
The statement used to change the table name is __________.
-
- CHANGENM
- CHANGENAME
- CHANGE
- RENAME
- None of these
Correct Option: D
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’.