How do you exit in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

what are the advantages a stored procedure? : Sql dba

0 Answers  


What is number function in sql?

0 Answers  


What are three advantages to using sql?

0 Answers  


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,


Which is faster subquery or join?

0 Answers  






what are null values? : Sql dba

0 Answers  


How do I pipe the output of one isql to another?

0 Answers  


What are different sql data types?

0 Answers  


What is serial sql?

0 Answers  


what are different types of collation sensitivity? : Sql dba

0 Answers  


what is overloading procedure or overloading function ?

3 Answers   Genpact,


What is a call statement? Explain with an example.

0 Answers  


Categories