PostgreSQL
psql commands \l List databases \l+ List databases \c DB_NAME connect to a database \du list users \dt list tables \d TABLE_NAME describe a table \dn+ List of schemas To install PostgreSQL on Ubuntu/Debian, run Start it with By default user “postgres” have full access on PostgreSQL. To create a user, run To create a … Read more