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 makes a good primary key?
Is a foreign key always unique?
How to use sql*plus built-in timers?
Is oracle and sql same?
What is hibernate and its relation to sql?
What are dml commands?
How to use boolean type in select statement?
what is foreign key? : Sql dba
How many clustered indexes can you have?
Where the sql database files are stored?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
Why are aggregate functions called so?
Does mysql_real_escape_string prevent sql injection?
What is the maximum database size for sql express?
What is the limitation on the block size of pl/sql?