write the query for find the top 2 highest salary in sql
server
Answer Posted / pari
select max(sal) from emp
where sal !=(select max(sal) from emp);
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is database black box testing?
What triggers long term care?
What do you understand by integration services in sql server?
How can we solve concurrency problems?
List some of the rules that apply to creating and using a ‘view’
What is the openxml statement in sql server?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is db stored procedure?
What do you understand by intent locks?
How to change the system date and time from SQL Plus Terminal ?
What is resource db in sql server?
What happens if null values are involved in comparison operations?
Which tcl commands are available on the sql server?
what do you understand by change data capture?
Explain the concepts and capabilities of sql server?