how 2 find out nth salary.plz write sql qurires

Answer Posted / rafi

Select * from (Select emp.*.dense_rank()over (order by sal
desc) a from emp) where a=&n;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.

1412


Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!

1693


pl. give me the list of top jobs website to register i have 2Yrs. Experience in manual testing

1641


hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com

1743


what exactly is heuristic checklist approach for unit testing?

2719






What is bottom-up approach?

661


After insert the record in front-end, how will you check the back end by manually? Please explain?

601


how we write test cases to brs,srs,hlds,llds

2848


What is the difference between baseline and traceability matrix?

718


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

1785


How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

1574


how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance

1406


Why is it impossible to test a program thoroughly or in other terms 100% bug-free?

963


Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com

1514


What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)

1100