skip to main content
Supported SQL Statements and Extensions : Create Table
  

Try DataDirect Drivers Now

Create Table

Use the Create Table statement to create a new table. You can create either a remote or local table. A remote table is a Salesforce object and is exposed in the SFORCE schema. Creating a table in the SFORCE schema creates a remote table. A local table is maintained by the driver and is local to the machine on which the driver is running. A local table is exposed in the PUBLIC schema. Creating a table in the PUBLIC schema creates a local table.
*For information on creating remote tables, see "Creating a Remote Table."
*For information on creating local tables, see "Creating a Local Table."
* Creating a Remote Table
* Creating a Local Table