Add a base table to the database. A base table holds persistent data. (The table and its data continue to exist until you explicitly delete the data or drop the table.)
Database Version | Table Privileges |
---|---|
SAP Sybase IQ 15.3 and 15.4 | Base table to be owned by self:
Base table to be owned by any user – Requires DBA authority. |
SAP Sybase IQ 16.0 | Base table to be owned by self –
Base table to be owned by any user –
|
For large tables, modifying an existing table or creating a new table can be a time-consuming operation. The internal CREATE TABLE statement delays execution of other processes until the statement completes. Although you modify tables while other connections are active, you cannot execute them while any other connection uses the table to be altered. Modifying a table excludes other requests referencing the table being offered while the internal ALTER TABLE statement processes.