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 compute?
What is varchar example?
What is clause in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
What are the triggers associated with image items?
Is natural join and inner join same?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
How we can update the view?
How to load data with sql*loader?
Explain the rollback statement?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is Difference Between Unique and Primary Key Constraints?
Which join is like an inner join?
Can we update views in sql?