how u can find the n row from a table?
Answer Posted / guest
select rowid,[optional columns...] from table where
rowid='n';
--n would be the input from the user which will let you
identify the row number of that particular record
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between where clause and having clause? : Sql dba
What is clause?
What is sql used for?
What is the difference between the conventional and direct path loader? : aql loader
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
How to prepare for oracle pl sql certification?
How do you exit in sql?
What is sql select statement?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Can we use loop in sql?
Is sql scripting language?
Define concurrency control. : Transact sql
How to create an array in pl/sql?
What are character functions in sql?
What plvcmt and plvrb does in pl/sql?