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 is mutating error?
Is pl sql different from sql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
State few characteristics of pl/sql?
Which sql most popular?
Why is a primary key important?
What is trigger and how to use it in sql?
What is the sql case statement?
Can we create table in function?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What are different types of statements supported by sql?
Explain how exception handling is done in advance pl/sql?
How do you get column names only for a table (sql server)?
Explain the working of foreign key?