how does the defining of a stored procedure effect the size
of a DB2 data base
A) it increases the size of a data base
B) it decreases the size of a data base
C) it does not effect the size of the data base
D) it changes the table space structures
Answers were Sorted based on User's Feedback
Answer / alucard
a - it increases the size of a data base.
Because a stored proc is called from a program and the
stored proc is stored along with the DB..hence the size of
the db increases.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / guest
C. It does not effect the size of the database. The stored
procedure is not associated with any other object in the
database.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is phantom read in db2?
What do you do to keep the cursor from closing after a commit?
What are the bind parameters ibm db2?
what is datacom db?
what is the soft code for deadlock ?
what is the responsibility of the construction superintendent
how do we solve soc 7 and soc4 ?
How do you retrieve the data from a nullable column?
How can you get the number of rows impacted by the last executed query?
Give a brief description of db2 isolation levels?
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is a trigger in the db2 database?