在MaxCompute中开发过程中,小李想通过创建分区表的方式存储每天各个区域的数据,使用建表语句createtable user_login_log(userid string comment`用户ID`,ruser_name string comment’用户名称`,login_time datetime comment`登录时间`,ip string comment `IP地址`,region string comment`区域`)partitioned by(ds string comment`分区时间,region string comment`区域;
(A)对
(B)错
参考答案
继续答题:下一题