Answer Posted / alok narayan
1.
select * from emp e1 where 5 =( select count(rowid) from
emp e2 where e1.rowid >= e2.rowid) ;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is dba in sql? : SQL DBA
What are the steps for performance tuning.
What is native sql query?
Explain aggregate functions are available there in sql?
What are the topics in pl sql?
What is a table?
What does dml mean?
What is update query?
Is not equal in sql?
How can I change database name in sql?
Write the command to remove all players named sachin from the players table.
What is the use of sql trace?
What is meaning of <> in sql?
How do I count rows in sql query?
how to convert dates to character strings? : Sql dba