Creating Database Components
Use the Pervasive Control Center to create databases. Refer to the Pervasive Control Center online help for complete instructions on using this utility or refer to the Pervasive PSQL User's Guide.
To create tables in the database, use the Pervasive 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.