What are the Referential actions supported by FOREIGN KEY
integrity constraint ?
Answer / allin
The Foreign key should depends on the primarykey
constraints.
Thanks & Regards,
RatnaRao
9833847339
| Is This Answer Correct ? | 3 Yes | 1 No |
What is SQL Tuning Advisor in Oracle?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is the CAP theorem?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
what is a cartition product?
When do you get a .pll extension in oracle? Explain its importance
How to load data from external tables to regular tables?
What is a tns file?
What is object data modeling?
where we have to use ON clause and where we have to use USING clause in JOINS
what are archived logs?
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz