Answer Posted / swastik
SELECT * FROM
(
SELECT ROWNUM Rn, E1.*
FROM Emp
)
WHERE RN = 5
/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the set operators in sql?
What is primary key sql?
What is mutating trigger?
what happens if you no create privilege in a database? : Sql dba
What is the use of triggers?
Can we insert data in view?
What is pl sql commands?
Is left join faster than inner join?
Can we rename a column in the output of sql query?
What language is oracle sql developer?
What is the difference between joins?
Explain foreign key in sql?
Which join condition can be specified using on clause?
What are the types of records?
Why cross join is used?