Answer Posted / bindu
select * from (select rownum r1,e.* from emp e)
where r1=2;
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How to avoid using cursors?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
what is table? : Sql dba
How do I write a cron which will run a sql query and mail the results to agroup?
How many types of cursors are available in pl/sql?
What is the advantage of nosql?
What are the different types of joins in sql?
What is difference between group by and partition by?
what is union, minus and interact commands? : Sql dba
What is the life of an sql statement?
Does oracle roll back the transaction on an error?
What is a database event trigger?
List and explain the different types of join clauses supported in ansi-standard sql?
How can we find duplicate records in a table?
Explain lock escalation? : Transact sql