Create database schema using sql shell(psql) command prompt in postgreSQL - PostgreSQL Tutorial

preview_player
Показать описание

Hi,
Do you know How to create schema in a postgreSQL database using commands?
What is the command to list all databases in a postgreSQL server?
How to select a particular database in a postgreSQL server using commands?

\l - list all databases in postgreSQL server
\c databasename - select specified database
Рекомендации по теме