Subject Re: [ib-support] Creating a foreign key
Author Stevio
> >What is the code for adding a foreign key to a table, just a simple
foreign
> >key from one table to another?
>
> You need to use ALTER TABLE, once the table is created or add the foreign
> key in the CREATE TABLE statement.

What is the correct syntax for defining a simple foreign key in the CREATE
TABLE statement?

Thanks,
Stephen