• 2021-04-14
    【多选题】一个表创建完成后,我们可以使用那些语句查看表的相关信息?
    A. hive (library)> show create table students;(查看表的创建信息) B. hive (library)> describe students;(或desc students,查看表的字段信息) C. hive (library)> describe formatted students;(查看表的详细属性信息) D. hive (library)> describe extended students;(查看表的详细信息) hive (library)> show partitions students;(查看表的分区信息)