Write a query to get all details of employee who has maximum
salary from employee table

Answer Posted / vineetchauhan

select max(sal) from emp it will show max sal of

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why would you call update statistics? : Sql server database administration

577


When do you think a developer should use sql server-based cursors?

524


How to create stored procedures with parameters in ms sql server?

529


How can we check the sql server version?

567


What are horizontal and vertical scaling?

144






What is the default port for SQL Server over a firewall?

593


How do I create a stored procedure in sql server?

525


What are the different editions available in sql server 2000?

590


What do you understand by integration services in sql server?

555


Why I have to use stored procedures?

600


Is t sql the same as sql server?

520


What is the sql case statement used for? Explain with an example?

542


What are synonyms?

529


How will you monitor replication latency in transactional replication? : sql server replication

616


How can we rewrite sub-queries into simple select statements or with joins?

527