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
how to enter binary numbers in sql statements? : Sql dba
What is spool?
What are properties of the transaction?
What is trigger with example?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
Does view store data in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the importance of sqlcode and sqlerrm?
what is a stored procedure? : Sql dba
Does a user_objects view have an entry for a trigger?
what is row? : Sql dba
Explain what is an index?
What are the possible values for the boolean data field?
What is crud stand for?
what is a trigger in mysql? : Sql dba