EDIT: I want to have the CustID and AccNum as foreign keys in the customeraccount table, which gives me issues as a "column of datatype REF cannot be unique or a primary key".
Or I just taking the wrong end of the stick here, then beating myself with it?
I'm new to oracle/sql, and I'm trying to set up a database which has a 'Customer' table, an 'Account' table and a 'CustomerAccount' table (which links the two).
I've defined types for the account numbers and customer ID numbers and I'm wondering how to create the customeraccount table.
This is...
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.