How are foreign keys stored in 7.1?
From: Steve Ehlke <sehlke_at_cts.com>
Date: 1995/07/10
Message-ID: <DBIBEI.8rD_at_crash.cts.com>#1/1
Date: 1995/07/10
Message-ID: <DBIBEI.8rD_at_crash.cts.com>#1/1
I need to find out how foreign keys are stored in a table. Does Oracle make a copy of the other tables primary key, or does it use a pointer of some sort like ROWID? Eample: If Table A's primary key is 50 bytes and table B uses this as a foreign key, is 50 bytes used for storing the foreign key?
Steve... Received on Mon Jul 10 1995 - 00:00:00 CEST