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
How many null values we can have in a unique key field in sql server?
How to generate create function script on an existing function?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What is catalog views?
How to delete duplicate rows?
How to insert a new row into a table with "insert into" statements in ms sql server?
Can you name some of the dml commands in sql?
What do you understand by intent locks?
what is checksum in sql server.........???
Explain raiserror in sql server?
How to convert numeric values to integers in ms sql server?
How to use user defined functions in expressions?
What does the on update no action do?
What are the differences between DDL, DML and DCL in SQL?
What are cursors in ms sql server?