What is scope and visibility in PL/SQL?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Which is faster joins or subqueries?

0 Answers  


What is the difference between function and procedure in pl/sql?

0 Answers  


how to rename an existing column in a table? : Sql dba

0 Answers  


1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,


When to use inner join and left join?

0 Answers  






How do you use a while loop in pl sql?

0 Answers  


What is the difference between Union and Union all. Which is faster.

0 Answers  


How do I view a view in sql?

0 Answers  


What are different sql data types?

0 Answers  


how instead of triger is helpful for mutating tables errors handlling ?

2 Answers   Oracle,


Mention what is the use of function "module procedure" in pl/sql?

0 Answers  


What is a pl/sql block?

0 Answers  


Categories