|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#112. Examine the command: CREATE TABLE employee ( employee_id NUMBER CONSTRAINT employee_empid_pk PRIMARY KEY, employee_name VARCNAR2(30), manager_id NUMBER CONSTRAINT employee_mgrid_fk REFERENCES employee(employee_id));
The EMP table contains self referential integrity requiring all NOT NULL values inserted in the MANAGER_ID column to exist in the EMPLOYEE_ID column. Which view or combination of views is required to return the name of the foreign key constraint and the referenced primary key?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.071
|
Server date 09:00 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|