Answer Posted / saswati
select a.*
from(select e.*,rownum sl_no
from emp e) a
where a.sl_no = 2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the order of sql select?
What does over partition by mean in sql?
What is insert command in sql?
what is recursive stored procedure? : Sql dba
What found sql?
Is sql better than access?
What are the different parts of a package?
What is crud diagram?
What are the parts of a sql statement?
Is sql a case sensitive language?
What is sqlcommand?
What is sql query limit?
What are the advantages of stored procedure?
What is the purpose of the primary key?
How to create an array in pl/sql?