Hi sir,
How to refer the combination primary field in another table.
ie,I have 2 tables emp and empl,
[create table emp(e_no varchar2(10),o_ no varchar2(10),e_ name(varchar2(1 0),primary key(e_no,o_no)) ;]
I want to refer only this e_no into another table empl.
if it is not possible ie only refer e_no.
How can refer both these fields.
How can do this.Give the tips and if my emp table query is not correct pls mention where iam made mistake.
How to refer the combination primary field in another table.
ie,I have 2 tables emp and empl,
[create table emp(e_no varchar2(10),o_ no varchar2(10),e_ name(varchar2(1 0),primary key(e_no,o_no)) ;]
I want to refer only this e_no into another table empl.
if it is not possible ie only refer e_no.
How can refer both these fields.
How can do this.Give the tips and if my emp table query is not correct pls mention where iam made mistake.
Comment