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 a unique key and primary key and foreign key?
what is the difference between char and varchar data types? : Sql dba
What is the purpose of the partition table?
How do sql triggers work?
What is sql not null constraint?
What are properties of the transaction?
What are the two virtual tables available at the time of database trigger execution?
What is secondary key?
What is the difference between left and left outer join?
What is pl sql variable?
Is a table valued function object?
What is pl sql block structure?
How delete all data from all tables in sql?
How many tables can you join in sql?
what are the advantages of sql ? : Sql dba