题目内容

tb_p为一个ODPS的分区表,包含一个p1”=1”的分区,现在想把该分区上的数据删除达到select*fromtblwherep1=1查询时,返回结果为空的目的。以下哪个SQL可以实现这个功能()

A. alter table tbl drop partition(p1=’1);
B. delete from table tbl:
C. insert into table tbl select *from tbl where 1=2
D. truncate table tbl

查看答案
更多问题

大数据计算服务中的客户表customer是一张非分区表,现在想要清空表的内容然后重新上传数据,可以通过什么将数据清空()

A. insert overwrite table customer select*from customer.
B. truncate table customer
C. delete from customer
D. drop table customer

表中有1000万行数据,想要随薏抽取10行数据,在odpscmd中执行消耗时间最短的方式是哪种()

A. select from t where rownum <=10
B. select from t limit 10
C. read t 10
D. get t 10

客户需销子账户的借记卡,双利丰子账户、已挂失借记卡的子账户()

A. 可跨省销户
B. 不可跨省销户

“双利丰”个人通知存款投资版的最小转存金额不低于人民币100,000元()

A. 人民币50,000元(或等值1000美元外币)
B. 人民币100,000元

答案查题题库