Answer Posted / mujahid
Simple one is i think:
Select min(sal) from (select sal from emp order by sal desc LIMIT 4);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best partition size for windows 10?
Does varchar need length?
what is foreign key? : Sql dba
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What is difference between stored procedures and application procedures?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What are all the different normalization?
What is the difference between local and global temporary table?
Does db2 use sql?
What is before and after trigger?
What is pessimistic concurrency control? : Transact sql
What is a function in oracle pl sql?
what is the difference between join and union? : Sql dba
Why is stored procedure faster than query?
what are all the common sql function? : Sql dba