How to call a sub procedure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the sql clauses supported in the link property sheet ?
How to change system global area (sga) in oracle?
How to assign values to data fields in record variables?
How to define default values for formal parameters?
What are the types of synonyms?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
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?
What is varray?
Can group functions be mixed with non-group selection fields?
How to upsert (update or insert into a table)?
What are main difference between Stored Procedure and Functions.
How to use select statement to count the number of rows in oracle?