Explain packages.
Answer / Ankita Rastogi
In DB2, a package is a collection of related procedures, functions, and types. It provides a means to encapsulate the code into a single unit for easier management, security, and reusability.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dbrm library?
What are the 4 environments which can access DB2 ?
What os does db2 run on?
What is isolation level?
What techniques will be used to avoid deadlock??
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
difference between group clause and order clause
what is diffrence b/w file-aid tool and file-aid utility???
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.
For Read Stability locks are not applicable for phantoms, What is Phantoms?
How do I copy a table in db2?