Database Errors Question:

How to Select 38th row details in table without using rownum?

Tweet Share WhatsApp

Answer:

Select * from Table_name
where rownum < 39
MINUS
Select * From Table_name
Where rownum < 38;

Download Database Errors PDF Read All 20 Database Errors Questions
Previous QuestionNext Question
Display details of employees who are senior to there own manager?TNS-00218: Current Bytes/Sec. : number