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
Explain the difference between sql and mysql.
what are the authentication modes in sql server? : Sql dba
What are hotfixes and patches?
How do I run a sql trace?
What are sql*plus environment variables?
how to show all tables with 'mysql'? : Sql dba
What is normalisation in sql?
What is pl sql variable?
How to check if a column is nullable before setting to nullable?
What is online transaction processing (oltp)?
What are the packages in pl sql?
Why we use joins in sql?
Why do we need a foreign key?
What are the types of sql commands?
Explain two easy sql optimizations.