write the query for find the top 2 highest salary in sql
server
Answer Posted / naren
select max(salary) as salary1 from employee where salary <
select max(salary) as salary2 from employee
| Is This Answer Correct ? | 27 Yes | 16 No |
Post New Answer View All Answers
What happens if null values are involved in bitwise operations?
What is oltp (online transaction processing)?
What is the report builder?
Explain about extended stored procedure?
What are acid properties of transaction?
What is difference between inner join and join?
How will you know when statistics on a table are obsolete?
what exactly sql injuction.how to overcome.....
Explain the cursor lock types?
Do you know what is rank function?
Difference between Inner vs outer joins?
What is merge statement?
Explain transaction isolation levels in sql server?
What languages bi uses to achieve the goal?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?