i need query for displaying the eno,ename in a table from row
2 to row 5

Answer Posted / mahesh

ans 1 -

select *
from (
select rownum num , empno, ename
from emp
)
where num between 2 and 5

------------------

we can also use row_number function

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is end users in dbms?

489


What does clipper stand for?

525


When does checkpoint occur?

487


What is second normal form?

525


How to do replication of firebird databases?

495






Explain the difference between physical and logical data independence?

493


Is it good to save image in database?

503


Why is normalisation used?

490


What is 1nf?

504


What is 2nf in dbms?

548


What are the different types of data tables?

468


What does you mean by s4 super key?

569


How many types of users in dbms?

446


i have a web page and in this page i create 3 textbax and a "summit" button do you have any html code for add text velue in my web page like link summation(form) sites.

1436


What is the purpose of reports in a database?

486