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
what is a traditional network library for sql servers? : Sql server database administration
Define Business Edition in SQL Azure?
Explain comment on transactions?
How is SQL Azure different than SQL server?
Can sql server be linked with other servers like oracle?
What command would you use to create an index?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is a trigger what are the advantages of trigger?
What is identity?
How to loop through the result set with @@fetch_status?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
How to create a view with data from multiple tables?
what are the different stages of Report Processing?
How to throw custom exception in Stored Procedure?
Explain what are the database objects? : SQL Server Architecture