How write primary and foreign key relationship between two
tables without using constraints? u can use any of
procedure/function/trigger and any sql?



How write primary and foreign key relationship between two tables without using constraints? u can..

Answer / raju

we can achive this using triggers

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual

6 Answers   Cap Gemini, TCS,


Is truncate ddl or dml?

1 Answers  


What is trigger point?

1 Answers  


Why do we create views in sql?

1 Answers  


What is the difference between SQL table and the PLSQL table?

3 Answers   Mastek,


What is the basic structure of PL/SQL ?

6 Answers  


How can I create a table from another table without copying any values from the old table?

8 Answers  


Does asenumerable execute the query?

1 Answers  


What is on delete restrict?

1 Answers  


What is trigger and types?

1 Answers  


What do you mean by rowid?

1 Answers  


How to select unique records from a table?

1 Answers  


Categories