Hive - SHOW schemas/tables/create

These commands will help to show list schemas, list tables and create query of tables.

show schemas
show tables
show create table <table_name>;

Last updated