Answer Posted / kiran
select salary from employees e where 3 = (select count
(distinct salary) from employees f where
e.salary <= f.salary);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is sql better than excel?
In a distributed database system, can we execute two queries simultaneously?
What is thread join () in threading?
What is cursor status?
define sql delete statement ? : Sql dba
how do you tune the slow running queries in oracle db , explain the methodology
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is a ddl command?
how to use myisamchk to check or repair myisam tables? : Sql dba
What is hibernate and its relation to sql?
How do I create a sql database?
How do I delete a trigger?
Does view contain data?
What is a function in oracle pl sql?
what is table? : Sql dba