To add a table to your database, you define the name and properties of your table and its columns using the appropriate wizard. Three wizards are available:
Table Creation wizard — for persistent tables
Global Temporary Table Creation wizard — for table 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.
Proxy Table Creation wizard — for tables on remote servers