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
How do I count rows in sql?
What is nosql vs sql?
How to install oracle sql developer?
Explain the difference between triggers and constraints?
what are local and global variables and their differences? : Sql dba
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
Is sql considered coding?
What is normalization? How many normalization forms are there?
What are sql functions? Describe the different types of sql functions?
What is record variable?
What is the difference between inner join and left join?
Is grant a ddl statement?
Can triggers stop a dml statement from executing on a table?
What is the sql query to display the current date?
Why we use sql profiler?