When odpscmd is used to connect to a project in MaxCompute, the command ______ can be
executed to view the size of the space occupied by table table_a.
Score 2
select size from table_a;
size table_a;
desc table_a;
show table table_a;
Submit