how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / sajida
select rnum, d.* from dept d, (select rownum rnum , deptno
from dept ) e
where d.deptno = e.deptno and rnum between 5 and 7;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain what is it unwise to create wide clustered index keys?
How can you append an identity column to a temporary table?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What are the properties and different types of sub-queries?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
How can you tell if a database object is invalid?
What is Command line parameters in PLSQL.?
What is a livelock?
Where sql server usernames and passwords are stored in a sql server?
Explain four layers of abstraction microsoft architectured?
Difference between primary key and clustered index?
What the different components in replication and what is their use?
Can we call future method from queueable?
How to use clusters?
How much is a sql server license?