SYNTAX alter table table_name rename to new_table_name; Example alter table employee rename to employee_bak;
Recent Comments