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 are the different types of a subquery?
How to take user input in pl sql?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
How many types of keys are there in sql?
What is before and after trigger?
Does db2 use sql?
Enlist the advantages of sql.
What is basic structure of pl sql?
What is an index in sql with example?
Does mysql_real_escape_string prevent sql injection?
How many columns should be in an index?
How to Declare Fixed Length String Value In PL SQL
What are the different datatypes available in PL/SQL?
How will you distinguish a global variable with a local variable in pl/sql?
How many sql commands are there?