Answer Posted / suresh babu
SELECT * FROM t1 a
WHERE 5 = (SELECT COUNT(rowid)
FROM t1 b
WHERE a.rowid >= b.rowid);
This Query,Which is used to find 5 record from Table.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is not null in sql?
What is sql key?
what is online transaction processing (oltp)? : Sql dba
Which nosql database is best?
Define implicit and explicit cursors.
What is the difference between joins?
Explain correlated query work?
What is oracle sql developer?
What is a dirty read sql?
what is the difference between a having clause and a where clause? : Sql dba
how do you control the max size of a heap table? : Sql dba
Why truncate is faster than delete?
What is raw datatype in sql?
What are the types of keys?
how to include character strings in sql statements? : Sql dba