Subject | Re: [ib-support] Creating a foreign key |
---|---|
Author | Stevio |
Post date | 2002-06-27T14:40:40Z |
> >What is the code for adding a foreign key to a table, just a simpleforeign
> >key from one table to another?What is the correct syntax for defining a simple foreign key in the CREATE
>
> You need to use ALTER TABLE, once the table is created or add the foreign
> key in the CREATE TABLE statement.
TABLE statement?
Thanks,
Stephen