Creating a User Table

Create a user table to store and provide access to user data.

Note: Only a database owner or a user with create table permission can create a table.
  1. Select ASE Servers > Schema Objects > Tables > User Tables.
  2. Select New.
    You see the Add User Table wizard.
  3. In the Introduction window, select the server, database, and owner for the new table.
  4. Enter a name for the user table.
  5. Enter the SQL statements for the new table and related table objects.
  6. (Optional) Click Summary to verify your selected options.
  7. Click Finish to create the user table.
Related tasks
Creating a Proxy Table