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
List the ways to get the count of records in a table?
What is user defined functions?
what is 'mysqldump'? : Sql dba
Differentiate between pl/sql and sql?
What does over partition by mean in sql?
How can we optimize a sql query?
What are the sql aggregate functions?
What are the different datatypes available in PL/SQL?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
Can you join a table to itself?
What port does sql server use?
What is a parameter query?
What is the best sql course?
Difference between truncate, delete and drop commands?
How do I audit the sql sent to the server?