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
explain advantages of myisam over innodb? : Sql dba
How do you write a subquery?
Is a table valued function object?
how do you tune the slow running queries in oracle db , explain the methodology
Which join condition can be specified using on clause?
What is the basic form of sql query?
Are subqueries faster than joins?
What do you understand by pl/sql records?
How many sql commands are there?
Explain autonomous transaction.
what is a database lock ? : Sql dba
What are the advantages of stored procedure?
What is the primary use of normalization?
What is difference between hql and native sql?
what are numeric data types? : Sql dba