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 / nitin
With the use of forward declaration we can call other package
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are the properties of a transaction?
Should I use mbr or gpt?
Write a sql query to find the names of employees that begin with ‘a’?
Does truncate release storage space?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is keys and its types?
What is nosql db?
Can I join the same table twice?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is count * in sql?
What is %s in sql?
what are the differences between char and nchar? : Sql dba
How to avoid using cursors?
Do we need to create index on primary key?
What are inbuilt functions in sql?