how u can find the n row from a table?
Answer Posted / a.brahmam
select * from(select rownum r,column name,from table name)
where r=&n;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is meant by nl2br()? : Sql dba
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How do I use google cloud in sql?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Why procedure is used in sql?
Does asenumerable execute the query?
what is 'mysqladmin' in mysql? : Sql dba
What is difference between rank () row_number () and dense_rank () in sql?
What is the difference between joins?
what is the difference between char and varchar data types? : Sql dba
Which command is used to delete a package?
What is the use of pl/sql table?
What are the key differences between SQL and PL SQL?
What is exception? What are the types of exceptions?
What are aggregate and scalar functions?