问题描述:
[单选]
69) 大数据计算服务(MaxCompute,原ODPS)中使用map join时,在语法上允许关联条件中出现非等值条件()
A.对
B.错
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:70) 大数据计算服务(MaxCompute,原ODPS)中,nginx_log和apache_log表中分别存的是nginx日志和apache日志,两张表中有100万条记录,另外有一张log张存放汇总数据。三张表结构相同,开发人员使用以下SQL将nginx和apache日志合并到log表中( )Insert overwrite table log select * from(select*From nginx_log union all select*From apache_log)sub; 则目标表log中有200万条记录()
下一篇:68) 大数据计算服务(Max Compute,原ODPS)中,fact_order表与dim_user表都是按天分区,每天生成一个分区,两个表的机构如下( )Creat table fact_order(order_id string, user_id string, order_amt decimal)partitioned by (dt string); Create table dim_user(user_id string, user_name string) partitioned by (dt string); 两张表中都有dt=’20160101’至dt=’20160131’共31个分区数据,开发人员通过以下SQL想要统计每个用户在最近一周的订单金额,只统计在dim_user表中存在的数据( )Select t2.user_name.sum(t1.order_amt)amt from fact_order t1 join dim_user on t1.user_id=t2.user_id where t1.dt>=’20160125’and t2.dt=’20160131’; 对此语句的执行过程描述正确的是()
- 我要回答: 网友(216.73.216.136)
- 热门题目: 1.党员受到严重警告处分(),不 2.下列行为中,不属于渎职行为的 3.值班警察甲与女友电话聊天时接
