Answer Posted / vamsi nukala
select * from(select rownum as rno,emp.* from emp)where rno=2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How long it takes to learn pl sql?
How to fetch alternate records from a table?
what is the difference between char_length and length? : Sql dba
What operating systems are supported by oracle sql developer?
What is a nested table in word?
Can we use distinct and group by together?
Explain commit, rollback and savepoint.
Explain what is rdbms?
How do I view an execution plan in sql?
How to read/write files from pl/sql?
What are the topics in pl sql?
What are data types in pl sql?
how can you see all indexes defined for a table? : Sql dba
Is sql a backend language?
What is the difference between sql and mysql?