Answer Posted / satish prajapati
select min(sal) from (select
sal from emp order by sal
desc) where rownum <= 3
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of desc in sql?
Is coalesce faster than isnull?
What is a scalar value in sql?
Explain how to use transactions efficiently : transact sql
How can we link a sql database to an existing android app?
What is rollback?
What is the difference between inner join and left join?
How do I copy a table in sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
How do you go back in sql?
Is sql an operating system?
What is the basic form of sql query?
How can triggers be used for the table auditing?
How to add a column ‘salary’ to a table employee_details?
What are the 3 modes of parameter?