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 stored by the master?
What happens if null values are involved in boolean operations?
What is log cache in sql server?
What are the steps to insert a table?
do you know how to configure db2 side of the application? : Sql server database administration
Explain how dts is used to extract, transform and consolidate data?
What is query and its types?
How to retrieve error messages using odbc_errormsg()?
what type of index will get created after executing the above statement? : Sql server database administration
What are dml (data manipulation language) statements in ms sql server?
List the different types of joins?
Explain comment on transactions?
Can sql servers linked to other servers like oracle?
How to replace the Query Result 'Null Value' with a text ?
What is primary key index?