多项选择题

oracle数据库中,将表名old_table修改表名为new_table的SQL命令是()。

A.alter table old_table rename new_table;
B.alter table old_table rename to new_table;
C.rename old_table to new_table;
D.rename old_table new_table;