The following SQL statements are used to implement integrity constraints:
CREATE TABLE statement This statement implements integrity constraints as the database is being created.
ALTER TABLE statement This statement adds integrity constraints, or deletes constraints, from an existing database.
For full descriptions of the syntax of these statements, see Chapter 6, “SQL Statements” in Sybase IQ Reference Manual.