给表改名的语句是()
change old_name to new_name
alter table old_name to new_name
sp_rename old_name to new_name
rename old_name to new_name