Write a query to get all details of employee who has maximum
salary from employee table
Answer Posted / sureshramsing
select * from(select e.* from emp e order by sal desc) where rownum=1;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
How does recursive cte works in sql server?
What are the character string functions supported by sql server 2005?
Why should one not prefix user stored procedures with ‘sp_’?
Can group by and orderby be used together?
Can we perform backup restore operation on tempdb?
How to access the inserted record of an event?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What does null mean?
Why we use functions in sql server?
Please differentiate between a local and a global temporary table?
Does partitioning help performance?
What it means to be triggered?
What is RMS migrations?
What is primary key index?