Norman Gray <nor...@astro.gla.ac.uk> wrote:
>It appears that column UNIQUE constraints are not discussed on that page.

Are too:

Each table in SQLite may have at most one PRIMARY KEY. If the keywords PRIMARY 
KEY are added to a column definition, then the primary key for the table 
consists of that single column. Or, if a PRIMARY KEY clause is specified as a 
table-constraint, then the primary key of the table consists of the list of 
columns specified as part of the PRIMARY KEY clause.

A UNIQUE constraint is similar to a PRIMARY KEY constraint, except that a 
single table may have any number of UNIQUE constraints.

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to