Answer Posted / monika
SELECT * FROM(SELECT a.*,row_number() over(ORDER BY NULL)
rn FROM emp a)
WHERE rn=2
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What port does sql server use?
what are different types of keys in sql?
What are expressions?
How to change the order of columns in Oracle SQL Plus ?
Why do we need unique key in a table?
What is a pl/sql block?
What is the use of primary key?
what is a unique key ? : Sql dba
What is coalesce sql?
What is the maximum number of columns in sql table?
What is the advantage of nosql?
What is the difference between the conventional and direct path loads? : aql loader
How is sql used in oracle?
What are pl/sql packages?
What does where 1 1 mean in sql?