欢迎来到PP题库网 PP题库官网
logo
全部科目 > 大学试题 > 计算机科学 > Oracle

多项选择题

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;

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题