To add a table to your database, use the appropriate wizard to define the properties of your table:
For... |
Use this wizard... |
---|---|
Persistent tables. |
Table Creation wizard |
Data that persists only during your connection. Each user has a separate instance of the data in a global temporary table. Those rows are visible only to the connection that inserts them. |
Global Temporary Table Creation |
Tables on remote servers. |
Proxy Table Creation wizard |