Answer Posted / bindu
select * from (select rownum r1,e.* from emp e)
where r1=2;
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
what is 'mysqlimport'? : Sql dba
Write the command to remove all players named sachin from the players table.
what are the differences between char and nchar? : Sql dba
What are few of the schema objects that are created using PL/SQL?
What is left join in sql?
What is varchar used for?
What is pl/sql table? Why is it used?
explain the difference between delete , truncate and drop commands? : Sql dba
What are different methods to trace the pl/sql code?
What are the two parts of design view?
How many types of triggers exist in pl/sql?
What are the different sql languages?
Why do you partition data?
What is embedded sql in db2?
what are all the common sql function? : Sql dba