多项选择题
oracle数据库中,快速做一个和原表(old_table)一样的备份表(new_table),可以使用以下哪些SQL命令?()
A.create table new_table as (select *from old_table);B.create table new_table as select *from old_table where 1=1;C.create table new_table as select *from old_table;D.create table new_table as select from old_table where 1=1;
多项选择题 oracle数据库中,什么时候需要用系统管理员DBA用户登陆?()
多项选择题 oracle数据库中,将表名old_table修改表名为new_table的SQL命令是()。
多项选择题 oracle数据库中,下列哪些是监听启停或查看状态相关命令?()