Answer Posted / rajasekar.p
select * from (select a.*,rownum aa from orders a )
where aa=2
Please verify the same you will get the correct answer
Regards
P.Rajasekar
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How many times can we commit in a loop?
what is bcp? When is it used?
What are the commands used in sql?
what is index? : Sql dba
what are enums used for in mysql? : Sql dba
what is bcp? When does it used? : Sql dba
Why is pl sql needed?
Does oracle roll back the transaction on an error?
What are sql built in functions?
Why is %isopen always false for an implicit cursor?
what are dynamic queries in t-sql? : Transact sql
what is 'trigger' in sql? : Sql dba
What version is sql?
Show the two pl/sql cursor exceptions.
Which is faster count (*) or count 1?