Site icon Database Tutorials

How To Create a Table and List All Tables On PostgreSQL

 

You can use the following commands to create tables in PostgreSQL Databases and to list all the tables in the database.

 

CREATE TABLE

 

LIST TABLES

 

if you list for specific schema you can use the below command.

Exit mobile version