display records from 5 to 9 using rowid or rownum
Answer Posted / hari
select * from (select rownum rm,id from emp where rownum<=9) where rn >=5)
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is embedded sql what are its advantages?
What are different types of triggers?
What is not in sql?
What is the current version of postgresql?
Can you call pl/sql package functions from within a fast formula?
What is plpgsql language?
Which is better cte or subquery?
How to run pl sql program in mysql?
What is a temp table?
Can a foreign key be null?
What is the difference between microsoft access and sql?
What are the two different parts of the pl/sql packages?
Is a view faster than a stored procedure?
What is benefit of creating memory optimized table?
What is nosql db?