Answer Posted / manoj kaushik
Advantages of Packages --Modularity,Easier Application
Design,Information Hiding,Added Functionality,Better
Performance.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why are aggregate functions called so?
What is an exception in PL/SQL? What are the two types of exceptions?
how to load data files into tables with 'mysqlimport'? : Sql dba
Can unique keys be null?
How can we avoid duplicating records in a query?
Why cross join is used?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
explain what is mysql? : Sql dba
Explain dml and ddl?
What is the maximum database size for sql express?
List the various privileges that a user can grant to another user?
Explain how to use transactions efficiently : transact sql
What are its different types of dbms?
What are some predefined exceptions in pl/sql?
How do you determine the current isolation level? : Transact sql