Which is faster subquery or join?


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

Post New Answer

More SQL PLSQL Interview Questions

what is the syntax used for partition in tsql? : Transact sql

0 Answers  


What are pl/sql cursors?

0 Answers  


what is mean by forward declaration and where we'll use it.

4 Answers   TCS,


Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin

5 Answers   Deloitte, Ness Technologies,


What is a table partition?

0 Answers  






What is composite primary key in sql?

0 Answers  


What is user define exception and example

1 Answers   HP, KP,


Can you upgrade sql express to full sql?

0 Answers  


What is rename in sql?

0 Answers  


What are the most important ddl statements in sql?

0 Answers  


Can we use two order by clause in query?

0 Answers  


How many types of keys are there in sql?

0 Answers  


Categories