How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answer Posted / rutujagabhane
SELECT *
FROM employees
ORDER BY EMPLOYEE_ID
OFFSET 99 ROWS
FETCH NEXT 21 ROWS ONLY;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between inner join and left join?
How do I copy a table in sql?
What is full form of rtm?
Can we group by two columns in sql?
What is time based sql injection?
How do I count rows in sql?
What is Collation Sensitivity ? What are the various type ?
Can we use view in stored procedure?
what are myisam tables? : Sql dba
What are the basic techniques of indexing?
What is sql not null constraint?
What is dml and ddl?
Do prepared statements prevent sql injection?
How to Declare Fixed Length String Value In PL SQL
What do you understand by exception handling in pl/sql?