A perfect example is a table that has a composite primary key that is referenced by another table. In that case, you would have to join the two tables by specifying each of the columns in the key. For example, assume these two tables:
CREATE TABLE table1 (
t1_key1 NUMBER NOT NULL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.