返回数说广场
1
下列依据模板创建表的方式中,不包含数据的有(BCD)
A
create table testd (like test) including all;
B
create table testb (like test);
C
create table testc as select * from test with no data;
D
create table testd (like test including all);
1
1 202
分享
评论
热门数说


