The primary key of the relation is a composite of the primary keys of the joined 
entities.

create table r (a integer not null references a,b integer not null references b,primary
key(a,b))

Travis Low wrote:

>
> If a table represents a mapping between two primary keys in other tables, should it 
>have a
> separate field as a primary key?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to