When a database is first created, the only tables in the database are the system tables. System tables hold the database schema.
To make it easier for you to re-create the database schema when necessary, create SQL script files to define the tables in your database. The SQL script files should contain the CREATE TABLE and ALTER TABLE statements.
Creating a table
Table alteration
Viewing data in tables (Sybase Central)
Viewing data in tables (SQL)
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |