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
How to convert comma separated string to array in pl/sql?
what are all the common sql function? : Sql dba
Why indexing is needed?
What is using in sql?
Is record in oracle pl sql?
What is the difference between sql and t sql?
Is left join inner or outer by default?
What is asqueryable?
What is procedure function?
Explain the structure of pl/sql in brief.
What is a parameter query?
How do you exit in sql?
Can ddl statements be used in pl/sql?
Why is pl sql needed?
Why do we use sql constraints? Which constraints we can use while creating database in sql?