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
Can a procedure in a package be overloaded?
how can we destroy the cookie? : Sql dba
How do you create a db file?
How to run pl sql program in mysql?
How do we use distinct statement? What is its use?
what are the types of join and explain each? : Sql dba
How do I run pl sql in sql developer?
Can a composite key be null?
What is pessimistic concurrency control? : Transact sql
Can you have more than one trigger on a table?
Is nosql faster than sql?
How many types of privileges are available in sql?
What is foreign key in sql with example?
How many types of normalization are there?
What packages are available to pl/sql developers?