# Hive - SHOW schemas/tables/create

```
show schemas
```

```
show tables
```

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