Answer Posted / shail
Remeber two things:
1. Global to package - declared in package body (outside
and procedure)
2. Global to database - declared in package specification
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how to fetch common records from two tables? : Sql dba
Is sql considered coding?
What is a pragma statement?
Why stored procedure is faster than query?
What is denormalization in a database?
What are the types of index in sql?
How to convert comma separated string to array in pl/sql?
What are the three forms of normalization?
What is time based sql injection?
how to drop an existing view in mysql? : Sql dba
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is sql performance tuning?
What do you understand by exception handling in pl/sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is the need of merge statement?