PostgreSQL psql How to Create and List Tables

Published: 12 November 2018
on channel: OSPY
415
1

POSTGRESQL psql How to Create and List 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 Create and List 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 415 once and liked it 1 people.