超值优惠:原价1200元阿里云ACP报名授权码只要900元
每日练习:大数据ACP认证考试真题
(单选题)大数据计算服务(MaxCompute,原ODPS )中的日志表log是一张分区表,分区表是dt,每天产生一个分区用于存储当天新增的数据,数据是通过tunnel接口上传,运维人员需要在每天上传数据之前生成好当天的分区,假设当前日期是20160301,语句___________可以创建合适的分区。
- add partition log (dt=’20160301’)
- insert overwrite table log partition(dt=’20160301’)
- insert into table log partition(dt=’20160301’)
- alter table log add partition(dt=’20160301’)
超高命中率!阿里云大数据ACP认证考试真题测试 看看你能得几分
真题解析:答案及ACP真题解析
点击显示正确答案
答案: D
数据分析:本ACP真题答题统计
add partition log (dt=’20160301’) | 0 / 0% answers |
insert overwrite table log partition(dt=’20160301’) | 0 / 0% answers |
insert into table log partition(dt=’20160301’) | 0 / 0% answers |
alter table log add partition(dt=’20160301’) | 0 / 0% answers |