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 plan in cobol db2?
What is the syntax for FETCH in DB2 ?
What is the default page size of buffer pools?
What is the reason behind not using select * in embedded sql programs?
What is iseries database?
What is the difference between spufi and qmf?
What is db2 look?
what is db2 restart?
What is cursor in dbms?
What is load utility in db2?
What is the use of commit in db2?
What is db2 instance?
How can you find out the # of rows updated after an update statement?
What is an instance database?
Comment whether the cursor is closed during commit or not.