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. Rdb creates a sequence with the same name as the current table. See ALTER SEQUENCE and CREATE SEQUENCE for more information.