What is the scope of a local variable?
No Answer is Posted For this Question
Be the First to Post Answer
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
How to use subqueries in the from clause in oracle?
How to declare a local variable?
What is oracle used for?
What is set verify off in oracle?
What is recovery manager(rman) backup in Oracle?
What is a read write transaction in oracle?
What is a shared pool?
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
How to create id with auto_increment on oracle?
What's dateware house and what's clustor with practicle example
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?