Answer Posted / suresh somayajula
OUT and IN OUT Parameters which will avoid copy overhead.so we will use NOCOPY.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many sql ddl commands are supported by 'mysql'? : Sql dba
How can triggers be used for the table auditing?
What is insert command in sql?
What is a left join?
What are pl/sql cursors?
What is the max nvarchar size?
What is sqlca in db2?
Is merge a dml statement?
what are the performance and scalability characteristics of mysql? : Sql dba
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What is sql character function?
Does asenumerable execute the query?
What does pragma mean?
What is the difference between functions, procedures, and packages in pl/sql?
What are the properties of a transaction?