> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/db/apache-hive/hive-show-schemas-tables-create.md).

# Hive - SHOW schemas/tables/create

```
show schemas
```

```
show tables
```

```
show create table <table_name>;
```
