SnowConvert AI - PostgreSQL - CREATE TABLE
Creates a new table in PostgreSQL. You define a list of columns, each of which holds data of a distinct type. The owner of the table is the issuer of the CREATE TABLE command.
Source