how u can find the n row from a table?
Answer Posted / santosh dwivedi
select * from
(
select rownum r,a.* from TableName a
)
where r=n'th
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Is grant a ddl statement?
What is sql profiler in oracle?
What does the argument [or replace] do?
what is sp_pkeys? : Transact sql
Cite the differences between execution of triggers and stored procedures?
What is sql key?
How subquery works in sql?
What is view explain with example?
what is the difference between group by and order by in sql? : Sql dba
What are sql ddl commands?
Can you have more than one key in a database?
What is the sql query to display the current date?
What is data type in sql?
Can we create table inside stored procedure?
Explain what is an index?