til.duyet.net
blog
Search…
til.duyet.net
🤪
Today I Learned
Data Engineering
☁
AWS
⚒
Tools
💻
Shell
☸
Kubernetes, Helm, Kustomize
🔄
Apache Airflow
🐳
Docker
Database
Google BigQuery
Apache Hive
Hive - SHOW schemas/tables/create
AWS Redshift / Postgres
Presto
Programming
🍪
Rust
🐍
Python
👻
Golang
💎
Javascript / Typescript
✨
FE / React
Unix
Git - Pretty git branch graphs
Checking files in Docker build context
Bash get the directory of the current script
Vim
Find and replace
Miscellaneous
[Fig] Single machine and distributed system structure
Deploying Machine Learning Models at Scale
Bypass a Chrome certificate/HSTS error
Articles
Powered By GitBook
Hive - SHOW schemas/tables/create
These commands will help to show list schemas, list tables and create query of tables.
1
show schemas
Copied!
1
show tables
Copied!
1
show create table <table_name>;
Copied!
​
Database - Previous
Apache Hive
Next - Database
AWS Redshift / Postgres
Last modified 2yr ago
Copy link
Edit on GitHub