Answer Posted / anusha
select * from ars_mst_user where rownum<5
minus
select * from ars_mst_user where rownum<=3;
this query for retrive fourth row
same we can retrive any row
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the 'mysql' command line arguments? : Sql dba
what is the difference difference between procedure and packages
What is sql data?
What is the purpose of cursors in pl/sql?
what is union, minus and interact commands? : Sql dba
what is not null constraint? : Sql dba
What is a common use of group by in sql?
List and explain the different types of join clauses supported in ansi-standard sql?
What are sql commands?
What is the execution plan in sql?
What is sql engine in oracle?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What are joins in sql?
What is schema in sql?
What are instead of triggers?