4、重命名表 rename table
rename table old_table_name to new_table_name
5、删除表 drop table
drop table table_name