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 is table? : Sql dba
What is the difference between inner join and outer join?
What is mutating sql table?
How many types of index are there?
How to rename a column in the output of sql query?
What is the main difference between sql and pl/sql?
How to display the records between two range in Oracle SQL Plus?
Can we use ddl statements in stored procedure?
how to delete an existing column in a table? : Sql dba
Is it possible to pass parameters to triggers?
Why is sql better than hql?
What is the use of count (*) in sql?
Which sorts rows in sql?
What company owns postgresql?
How do you explain an index?