What is fmtonly in sql?
What are the two parts of design view?
if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
What view means?
what is the difference between union and union all
14 Answers IBM, Luxoft, Oracle,
What are the different sql languages?
difference between SQL and C
1 Answers Indus Software Technologies,
What is the mutating table and constraining table?
What is primary key secondary key alternate key candidate key?
how to get @@error and @@rowcount at the same time? : Sql dba
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 cursor
How many types of literals are available in pl sql?