Creating Database Components
Use PSQL Control Center to create databases. Refer to the PSQL User's Guide.
To create tables in the database, use PSQL Control Center or the CREATE TABLE syntax defined in SQL Engine Reference. When you issue a CREATE TABLE statement, you must include commands that define columns. In addition, you can include commands that define referential integrity (RI) constraints.