what is 'mysqlcheck'? : Sql dba
What is the process of copying data from table a to table b?
Why is sharding used?
Is it possible to update views?
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 are the possible values that can be stored in a boolean data field?
Is left join inner or outer by default?
Can we use two order by clause in query?
Can function return multiple values in sql?
What is the mutating table and constraining table?
discuss about myisam index statistics collection. : Sql dba
How many sectors are in a partition?
How can you get sql*loader to commit only at the end of the load file? : aql loader