Home » MYSQL » MySQL Table Operations » Question
  1. The statement to change the table name is __________.
    1. RENAME
    2. CHANGE
    3. CHANGENAME
    4. CHANGENM
    5. 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’.



Your comments will be displayed only after manual approval.