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
Define select, insert, create, delete, update, drop keywords
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is the difference between drop and truncate commands?
What is the default isolation level in sql server? : Transact sql
What is rename command in sql?
What is sql keyword?
What is the file extension for sql database?
What is dml statement?
In a distributed database system, can we execute two queries simultaneously?
What is lexical units in pl sql?
what is self-join? : Sql dba
Can a varchar be a primary key?
What is delete command in sql?
What is multiple columns?
how to use myisamchk to check or repair myisam tables? : Sql dba