PostgreSQL psql How to Create Database, List, Show and Drop

Published: 12 November 2018
on channel: OSPY
604
1

POSTGRESQL psql How to Create Database, List, Show and Drop
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 Create Database, List, Show and Drop 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 604 once and liked it 1 people.