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 what is an index?
Write a sql query to get the third highest salary of an employee from employee_table?
What is before trigger?
How to write html code in pl sql?
Explain architecture of sql server notification services?
How can I tell if sql is running?
Explain what is rdbms?
How can you fetch first 5 characters of the string?
Is progress software supports to ( pl/sql )?
how is myisam table stored? : Sql dba
What do you understand by pl/sql packages?
Can instead of triggers be used to fire once for each statement on a view?
What is optimistic concurrency control? : Transact sql
Does a primary key have to be a number?
what are the types of join and explain each? : Sql dba