Summaries/Apache/Apache Hive/_ DDL.md

255 B

title updated created
# DDL 2022-04-04 20:03:49Z 2022-04-03 13:46:28Z
SHOW CREATE TABLE employee

SHOW TABLES
SHOW TABLES '*em*'
SHOW VIEWS

SHOW COLUMNS IN employee
DESC employee  | DESCRIBE employee
SHOW TBLPROPERTIES employee