Home » Science & Technology » Create database schema using sql shell(psql) command prompt in postgreSQL - PostgreSQL Tutorial

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

Written By Tech Nursery on Saturday, Apr 22, 2023 | 05:27 AM

 
www.technursery.in 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