MaxCompute的某个用户可以访问两个project, p1和p2,当前在p1中,()可以快速的查看p2 中所有的表。
(A)show tables;
(B)show tables like p2.*;
(C)show tables p2.*;
(D)show tables in p2;
参考答案
继续答题:下一题
更多阿里云大数据助理工程师认证(ACA)试题
- 1MaxCompute的()相关信息会保存在OTS中。
- 2MaxCompute SQL支持主键,但是不支持索引和约束。
- 3以下()情况不适合使用Maxcompute mapjoin。
- 4ADS一个普通表组最多可以包含:()个表。
- 5MaxCompute底层存储使用的文件格式为:()。
- 6大数据计算服务(MaxCompute,原ODPS )中客户信息表的建表语句如下:create table customer(cust_id bigint, province string, addr string, full_addr string);其中full_addr字段需要根据源表中的province和addr拼成一个完整的地址,源表中的一条记录的province值为空(NULL),addr为’文一西路969号’,则concat(province,addr)的值为:()。