Answer Posted / suresh
select sal from emp e
where 100=(select count( distinct sal) from emp where
e.sal<=sal)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is sql in mysql? : Sql dba
What is the purpose of normalization?
How to check if a column is nullable before setting to nullable?
how is exception handling handled in mysql? : Sql dba
When can we use the where clause and the having clause?
Can a select statement fire a trigger?
Does truncate require commit?
What is clustered index in sql?
What steps server process has to take to execute an update statement?
What is the usage of nvl function?
What is dense_rank in sql?
what is a unique key ? : Sql dba
Can we use join in subquery?
Can we use threading in pl/sql?
Is a view faster than a stored procedure?