单选题 MaxCompute是阿里自研的一种快速、完全托管的EB级数据仓库解决方案,以下哪个是MaxCompute的基本计算单元,并且SQL和MR都是通过其来执行的?
相关试题
单选题 在MaxCompute的命令行中,如果想查看某个项目空间的所有表,可以执行( )。
单选题 使用odpscmd连接到MaxCompute中的某个project后,执行命令( )可以查看表table_a占用空间的大小。
单选题 使用MaxCompute SQL 的select语句时,如果想让完全重复的结果只出现一次,需要使用以下哪个关键字?
单选题 以下SQL语句是MaxCompute里的哪一类语言? create table if not exists sale_detail ( shop_name string, customer_id string, total_price double ) partitioned by (sale_date string,region string);
单选题 MaxCompute提供了多种针对日期的计算函数,以下函数中,能实现计算两个时间的差的是( )。
单选题 关于MaxCompute SQL中分区的说法,以下错误的是哪一项?
单选题 MaxCompute中的表t_dml中仅包含一个字段id,类型为string。以下SQL中肯定会报错的是( )。
单选题 下列关于MaxCompute的用户管理,说法正确的是?