登录  注册

首页->继续教育公需课

Oracle中要生成数据库表,下列哪个选项是无效表生成的语句?( )

(A)create table cats(c_name varchar2(10), c_weight number, c_owner varchar2(10));

(B)create table my_cats as select * from cats where owner = ‘ME’;

(C)create global temporary table temp_cats(c_name varchar2(10), c_weight number, c_owner varchar2(10));

(D)create table 51 cats as select c_name, c_weight from cats where c_weight > 5;

查看解析
参考答案
继续答题:下一题
微考学堂微考学社

更多继续教育公需课 试题

考试