adspace
Answer Posted / Rakesh Kumar Singh
PL/SQL packages are collections of related PL/SQL procedures, functions, and types that can be compiled together and reused. They help to modularize code, reduce repetition, and improve performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
what is dbms? : Sql dba
What is the current version of postgresql?
Is primary key clustered index?
how to escape special characters in sql statements? : Sql dba
What is your daily office routine?
How do I remove duplicates in two columns?
Is inner join faster than left join?
If a cursor is open, how can we find in a pl/sql block?
what is schema? : Sql dba
Is primary key always clustered index?
Can we rollback truncate?
what are aggregate and scalar functions? : Sql dba
Does group by remove duplicates?