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
How to display the records between two range in Oracle SQL Plus?
what is a database? : Sql dba
Enlist the data types that can be used in pl/sql?
How to write html code in pl sql?
what is top in tsql? : Transact sql
What type of database is sql?
What is dba in sql? : SQL DBA
Explain unique key in sql.
Is a foreign key always unique?
What is primary key sql?
Does sql require a server?
Explain exception handling in pl/sql?
How many types of index are there?
Determine if oracle date is on a weekend?
what are integrity rules?