What is parallel hint?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the Index, Types of index, At what situation we have used? Which one s better than others?
Is sql a programming?
Which is better join or subquery?
What is t-sql? : Transact sql
What are instead of triggers?
Is primary key clustered index?
Explain the purpose of %type and %rowtype data types?
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 try_catch block in procedure
What is the primary key?
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
how can we replace the particular column value of a resulted set of executed query? I mean write down a sql query to chane the particular column's value of a resulted set of executed query
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)