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
What is service based database?
Explain the different types of database keys?
What is meant by database system?
what do u mean by implementation?
Explain 3nf?
What is a candidate key in dbms?
Is a server a database?
How to pump the data from one database to another?
Discuss some of the techniques that can be used to tune operational performance.
How easy is netlib to use?
List few ways to code transactions in an efficient manner?
What is an image database?
What are stand-alone procedures?
What is database Configuration assistant ?
What is the definition of database management system?