Answer Posted / sagar
SELECT * FROM tab a
WHERE :n = (SELECT COUNT(rowid)
FROM tab b
WHERE a.rowid >= b.rowid);
| Is This Answer Correct ? | 14 Yes | 33 No |
Post New Answer View All Answers
Why do we use subquery?
What is pl sql in oracle?
Is record in pl sql?
What is oracle sql developer?
What is row_number () in sql?
What is sql basics?
Define implicit and explicit cursors.
How can we store rows in PL/SQL using array?
What is data modelling in sql?
when MSQL8.0 is in market
What does joining a thread mean?
What are types of indexes in sql?
Why do we create views in sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
what is heap table? : Sql dba