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
Which command is used to call a stored procedure?
What is tuple in sql?
what are date and time functions in mysql? : Sql dba
What is procedure and function?
What is a left join?
what is log shipping? : Sql dba
What is sql character function?
What are three advantages to using sql?
What are the types of records?
How is sql used in oracle?
what is 'mysqladmin' in mysql? : Sql dba
explain normalization concept? : Sql dba
What is the reports view in oracle sql developer?
Which is faster union or join?
What is constant in pl sql?