I have 2 packages A and B. Now package A references Package B
and Package B references Package A. How do you compile such
inter-dependent objects in PL/SQL
Answer Posted / ss
i know sql so here A and B are two tables which both having Primary and foreign Key so from A's PK is referring in to B and B's PK referring in to A
OR select * from A inner join B on (A.id=B.AID)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why use subqueries instead of joins?
How do I run a pl sql program?
What is the difference between having clause and where clause?
How do you know if a relationship is 2nf?
What is mutating sql table?
How does a covering index work?
Can a foreign key have a different name?
What does select count (*) mean in sql?
Explain constraints in sql?
What is a database? Explain
How delete all records from table in sql?
What is a dirty read sql?
Is it possible to create startup or shutdown trigger for on-schema?
What is denormalization in a database?
Explain how to use transactions efficiently : transact sql