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
Does execute immediate commit?
How do I quit sql?
What are the different types of joins in sql?
what are all different types of collation sensitivity? : Sql dba
What is the difference between union and union all command?
What is inner join in sql?
What are the various restrictions imposed on view in terms of dml?
Does oracle use sql?
What is the difference between a procedure and a function?
Difference between truncate, delete and drop commands?
Why is stored procedure faster than query?
What is cursor in pl sql with examples?
What do you mean by query optimization?
What is partition in sql query?
what is the difference between cluster and non cluster index? : Sql dba