SQL$HELP_OLD72.HLB  —  ALTER  TABLE  Arguments  IDENTITY
    Specifies that the column is to be a special read-only identity
    column. INSERT will evaluate this column and store a unique value
    for each row inserted. Only one column of a table may have the
    IDENTITY attribute. Oracle Rdb creates a sequence with the same
    name as the current table.

    See the ALTER SEQUENCE statement and the CREATE SEQUENCE
    statement for more information.
Close Help