Answer Posted / noorulahaq
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 ? | 26 Yes | 17 No |
Post New Answer View All Answers
What is the difference between null value, zero, and blank space?
What are the different sql commands?
What is a variable in sql?
What is cursor in pl sql with examples?
What is primary key and foreign key?
What is auto increment?
How do you define a foreign key?
What is snowflake sql?
What is identity column in sql server?
What is a crud api?
how many ways we can we find the current date using mysql? : Sql dba
Can we use commit inside a trigger?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is a native sql query?
What does sign mean sql?