How to assign query results to variables?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between an implicit & an explicit cursor.?
What are the uses of linked server and explain it in detail?
Describe varray?
What is the difference between hot backup and cold backup in oracle?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
How to get a list of all background sessions in the database?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
Explain an index?
What is an Oracle view?
What is a Database instance ? Explain?
Shall I get Pro*C Compiler in Oracle-10g release ?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum