how u can find the n row from a table?
Answer Posted / manish singhania
select * from emp where rownum<=n
minus
select * from emp where rownum<n
n=1,2,......so many
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is sql pronounced sequel or sql?
How can you create an empty table from an existing table?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is the maximum database size for sql express?
What is the difference between row level and statement level trigger?
Which is better varchar or nvarchar?
What is the location of pre_defined_functions.
Is sql the best database?
what are the drivers in mysql? : Sql dba
What are the advantages of pl sql?
Define overloaded procedure?
Where is pl sql used?
What does varchar include?
Can a table have no primary key?
How does sql profiler work?