Answer Posted / srinivas
select * from emp m where(select count(distinct sal)+1 from emp s where s.sal>m.sal)=2
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
how to get a list of all tables in a database? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is sql prepared statement?
What does the file extension accdb stand for?
What is the best free sql database?
what is rollback? : Sql dba
How many functions are there in sql?
What is sql comments?
How can you load multi line records? : aql loader
What is primary key and unique key?
How do you change a value in sql?
What are secondary keys?
What is the difference between pl and sql?
What is write ahead logging in sql server?