Answer Posted / amit kumar (patna)
select * from
( select rownum rn, job_ticket_mst.* from job_ticket_mst where rownum<=2)
where rn=2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does select * from mean in sql?
what are the advantages of sql ? : Sql dba
Is merge a dml statement?
How to avoid duplicate records in a query?
explain the difference between delete , truncate and drop commands? : Sql dba
Explain the commit statement.
Do we need to rebuild index after truncate?
What is the sql*loader? : aql loader
Can you do multiple joins in sql?
What is dynamic sql in pl sql?
What is a record in a database?
Explain the difference between sql and mysql.
how to start mysql server? : Sql dba
How to get list of all tables from a database?
Is nosql faster than sql?