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
Do you know nested transaction?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
Can another user execute your local temporary stored procedures?
Can you pass expressions to stored procedure parameters?
what is isolation level at dead lock?
Can you explain full-text query in sql server?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is DCL?
How to use order by with union operators in ms sql server?
What is xml datatype?
Does hive support indexing?
What is triggers and stored procedures?
How do database indexes work?
What is normalization? Explain different forms of normalization?
What is sql server agent and what are the two modes of authentication in sql server?