首页 试题详情
单选题

大数据计算服务MaxCompute中的订单表fact_order是一张分区表,分区键是dt,每天新增的订单存储在当天的分区中,如果要更新dt=‘20160310‘这个分区中的数据,对应的源表是ods_order,则正确的SQL语句结构是___。

Aupdate fact_order select_ from ods_order where dt=‘20160310‘

Binsert overwrite table fact_ order ds=‘20160310‘ select_ from ods_order

Cinsert overwrite table fact_ order partition(dt=‘20160310‘) select from ods_order

Dinsert overwrite table fact order select from ods order where dt=‘20160310‘

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    数据计算服务MaxCompute提供了MapReduce编程接口,用户可以使用MapReduce提供的SDK编写程序处理数据计算服务中的数据。目前提供了语言的SDK。

    答案解析

  • 判断题

    海量数据的频繁交互式查询,数据计算MaxCompute服务无法支持

    答案解析

  • 单选题

    数据计算服务MaxCompute的图计算可以处理以下哪种类型的图?

    答案解析

  • 单选题

    数据计算服务MaxCompute的tunnel命令的download子命令可以下载数据计算服务中的表到本地。以下关于tunnel download说法正确的是?()

    答案解析

  • 单选题

    数据工场DataWork中的数据同步任务Task1,将云数据库RDS(MySQL)Table1数据增量同步至大数据计算服务MaxCompute,原ODPS)的表Table2的对应分区中,必须在Task1中配置()

    答案解析

热门题库