I don't see any examples on http://www.sqlite.org/foreignkeys.html how to
either add or drop a foreign key to an existing table.  What might that
syntax look like exactly?

Also, from a performance perspective, is there an advantage to using a
foreign key in SQLite verses just an index? (aka, is it worth my time to add
the key to begin with, I understand there are draw backs).

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

Reply via email to