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 company owns postgresql?
Does truncate need commit?
What is a field in a database?
Can a table have no primary key?
How do you update sql?
What is oracle sql developer?
Explain the methods used to protect source code of pl/sql.
how to analyze tables with 'mysqlcheck'? : Sql dba
What are the different set operators available in sql?
How do you delete data from a table?
What is procedure and function in sql?
Is sqlite good enough for production?
What is difference between stored procedures and application procedures?
What is identity column in sql server?
What is difference between sql and oracle?