Creating tables
You can create tables in the database by using SQL statements on the SQL Query panels.
The syntax of the SQL statements that are shown might vary slightly depending on what database management system you use.
You can create tables only in the database to which you are currently connected. To create tables at a remote location, use the CONNECT command. The remote location becomes the current location, from which you can create tables.