Answer Posted / suresh babu
select * from table_name tn1 where 5 = (select count(rowid)
from table_name tn2 where tn1.rowid >= tn2.rowid);
This query,which is display the 5th row in table.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many types of cursors supported in pl/sql?
What is use of package in pl sql?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is the difference between sql, mysql and sql server?
Difference between truncate, delete and drop commands?
How to use sql*plus built-in timers?
what is the difference between char and varchar data types? : Sql dba
How do I count rows in sql?
Write a sql query to find the names of employees that begin with ‘a’?
What are views in sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is insert command in sql?
Explain sql data types?
What is sql trigger example?
What is a unique constraint?