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
Answer Posted / 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 |
Post New Answer View All Answers
What are the full forms of spufi and dclgen and why are they used?
What is dbrm?
How to find schema of a table in db2?
How to resolve deadlock issue
what is the sqlcode -501
Define check constraint.
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is the use of reorg in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is the difference between cursor stability and repeatable read isolation levels?
How is a typical db2 batch pgm executed?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How do I delete a table in database?
Mention the downsides of page level lock.
What is the difference between dbm cfg and db cfg file in db2 ?