Thread: Relations

Relations

From
Mathijs van Bockhooven
Date:
Being used to use the SQL commands PRIMARY KEY and FOREIGN KEY (..)
REFERENCES  table-primary-key, i was happy to find the first command in
PostgreSQL 6-3.

How can I make relations between tables without the FOREIGN KEY command?
Is there some other solution? I hope so!

Richard Kuipers.