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 is the physical storage length of date data type?
How to check last update on table in db2?
How can you count the number of rows from a table tab?
Differentiate between cs and rr isolation levels? Where do you specify them?
How do I add a column to an existing table in db2?
Explain various types of locks in db2?
What are the various data types available in db2?
What is buffer pool?
How can we retrieve the total number of records in RPG & CLLE?
Can you use max on a char column?
Explain the contention situations caused by locks?
Discuss about db2 bind?
What is the syntax for FETCH in DB2 ?
What is ibm db2 client?
What is meant by union and union all?