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


Please Help Members By Posting Answers For Below Questions

Does a user_objects view have an entry for a trigger?

570


What is trigger and types?

563


Explain locks? : Transact sql

575


Explain dml and ddl?

552


How do I view a sql database?

559






What is a primary key example?

515


How do I kill a query in postgresql?

554


What is the location of pre_defined_functions.

646


How to load data with sql*loader?

551


which types of join is used in sql widely? : Sql dba

542


What are the events on which a database trigger can be based?

598


What mean sql?

583


What are data types in pl sql?

564


How to fetch alternate records from a table?

684


Why we use triggers in mysql?

560