How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answer Posted / dipti
By using Indexs we can improve the performace,
also use exist and not exist in place of in and not in as
it plays the same role as Index.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the advantages and disadvantages of views in a database? : Sql dba
Where not exists in sql?
What is difference between sql function and stored procedure?
What is the primary key?
How global cursor can be declare with dynamic trigger ?
How do I save a sql query?
Why use subqueries instead of joins?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is the difference between delete and truncate statement in sql?
What is dcl in sql?
explain advantages of myisam over innodb? : Sql dba
What is meant by <> in sql?
Is primary key clustered index?
How to add new employee details in an employee_details table with the following details
Which one is better sql or oracle?