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 a delimiter in sas?
Is sqlexception checked or unchecked?
What is a primary key called that is made up of more than one field?
Explain sql data types?
What is trigger in sql? Explain
What is raw datatype in sql?
How do I kill a query in postgresql?
what is the difference between truncate and delete statement? : Transact sql
What is data definition language?
how to write date and time literals? : Sql dba
Explain locks? : Transact sql
What is a nested table in word?
What is an index in sql with example?
what are local and global variables and their differences? : Sql dba
If a cursor is open, how can we find in a pl/sql block?