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
Who developed sql?
How to get help at the sql prompt?
what are the differences between char and nchar? : Sql dba
What is java sql connection?
how mysql optimizes distinct? : Sql dba
What does count (*) mean?
What is function and procedure in pl sql?
How to select unique records from a table?
what is sql server agent? : Sql dba
What is sql dialect?
Does sql full backup truncate logs?
What is a ddl command?
what is acid property in database? : Sql dba
What are sql ddl commands?
Why we use joins in sql?