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
How to revise and re-run the last sql command?
what are local and global variables and their differences? : Sql dba
How do you exit in sql?
what are the types of subquery? : Sql dba
Why procedure is used in sql?
What does the file extension accdb stand for?
Explain the the update statement in sql?
what is the difference between $message and $$message? : Sql dba
Does normalization improve performance?
How do I restart sql?
How long it takes to learn pl sql?
Is sqlite good enough for production?
What are the various levels of constraints?
What is meant by user defined function?
What are stored procedures in mysql?