大数据服务(MaxCompute,原ODPS)中客户表customer是一张非分区表,现在想要清空表的内容然后重新上传数据,可以通过:()。
(A)insert overwrite table customer select * from customer;
(B)delete from customer;
(C)truncate table customer;
(D)drop table customer;
参考答案
继续答题:下一题
(A)insert overwrite table customer select * from customer;
(B)delete from customer;
(C)truncate table customer;
(D)drop table customer;