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
What can sql server reporting services do?
what is the bond code in materialized view?
What has stored procedures in sql and how we can use it?
how do you tune the slow running queries in oracle db , explain the methodology
what is index? : Sql dba
What is the use of pl/sql table?
Is primary key a clustered index?
What are the different types of database management systems?
How do I order columns in sql?
Define implicit and explicit cursors.
Which sql statement is used to return only different values?
How can use stored procedures in sql?
What is parameter substitution in sql?
how to see the create table statement of an existing table? : Sql dba
What is write ahead logging in sql server?