POSTGRESQL psql How to run Show Tables
CREATE DATABASE testdb;
* list all dbs
\l
\l testdb
* change database, connect to new database
\c testdb;
\connect testdb
* list all tables
\d
* describe all tables
\d table_name
\d+ table_name
* quit
\q
Watch video PostgreSQL psql How to run Show Tables online without registration, duration hours minute second in high quality. This video was added by user OSPY 12 November 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,001 once and liked it 19 people.