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 do you mean by stored procedures?
How do you declare a user-defined exception?
How can I make sql query run faster?
How can I delete duplicate rows?
What is a variable in sql?
What is procedure explain with example?
What are the popular database management systems in the it industry?
What is %type in sql?
What's the procedure?
What are different types of queries in sql?
Can we alter stored procedure?
What are stored procedures used for?
Can we use ddl commands in pl sql?
What are the parts of a basic sql query?
What are the different datatypes available in PL/SQL?