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
Can function return multiple values in sql?
What is the current version of sql?
Which is faster truncate or drop?
What is autocommit sql?
How can a function retun more than one value in oracle with proper example?
How can we optimize a sql query?
Can we edit a view in sql?
What is a string data type in sql?
what is user defined functions? : Sql dba
How to handle bulk data?
Which is better join or inner query?
what tools available for managing mysql server? : Sql dba
What is synonyms?
Is a foreign key always unique?
Show code of a cursor for loop.