What is output spooling in sql*plus?


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

Post New Answer

More SQL PLSQL Interview Questions

What is sql and its types?

0 Answers  


What is sql and also describe types of sql statements?

0 Answers  


use of IN/ANY/ALL

5 Answers   Ramco,


4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;

1 Answers   Fintellix,


How do you explain an index?

0 Answers  






Why is the cursor important?

0 Answers  


What is the difference between a primary key and a unique key?

0 Answers  


What is bind reference and how can it be created?

0 Answers  


Is ms sql traffic encrypted?

0 Answers  


How do you use collections in procedure to return the resultset?

0 Answers  


What is the least restrictive isolation level? : Transact sql

0 Answers  


How do you concatenate in sql?

0 Answers  


Categories