On 14 Mar 2010, at 11:13pm, Kees Nuyt wrote:

> Well, it is consistent, when you take 
> http://www.sqlite.org/syntaxdiagrams.html#table-constraint
> into account.
> 
> CREATE TABLE is the only statement where references
> constraints can be defined. Have a look at
> http://www.sqlite.org/lang_createtable.html
> 
> A column definition can contain a foreign-key-clause, which
> is simply a REFERENCES column-constraint.

Got it.  Thanks to Kees and Jay.

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

Reply via email to