write a query for the fifth highest salary?

Answer Posted / bhramar

select top 1 Sal from(select distinct top 5 Sal from TestEmp order by Sal desc) a order by Sal

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will happen non-clustered index will be created on clustered index?

611


What is table scan and index scan?

618


How to do Data integrity testing? Who does this testing (Developer or tester)?

1614


First input columns brand, mt, re values are ov, 1,re vg, 2,re wu ,3,re. Second input columns are brand, mt, cx their records are ov,4,vg ,5,cx Wu, 6,cx and third input columns brand, mt, rt values are ov,7,rt vg, 8,rt wu, 9,rt but my output is brand, re, cx,rt values are ov, 1,4,7 vg, 2,5,8 wu, 3,6,9

1308


How much does it cost to build a database?

572






What is global database name?

546


define primary key index, bitmap index, hash index,virtual indwx

2846


How do database connections work?

501


What is ole db ado?

553


What is ole db used for?

586


diff b/w inter process and in process

1562


Is data lake a database?

567


What are the tools used for backup and ticketing?

578


WHAT IS NEED BY METION DATFMT AND TIMFMT IN H-SEPICITION IN RPGLE?

2483


How many types of normalization? What is the use of it?

622