Answer Posted / mousumi dalai
select min(sal) from emp where sal in
( select sal from
(select sal from emp order by sal desc)
where rownum<=3)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many indexes can be created on a table in sql?
How does index help in query performance?
What is sql exception?
What is full form of rtm?
What is update query?
Can we enter data in a table in design view?
Explain architecture of sql server notification services?
What is nested table in pl sql?
How do you modify a column in sql?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is scalar data type in pl sql?
What is a memo field?
What is pivot query?
What is an exception in PL/SQL? What are the two types of exceptions?
What is pl sql block structure?