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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an instance database?

602


How can deadlocks be resolved?

542


How can you count the number of rows from a table tab?

637


What is a plan and package in db2?

625


before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?

1714






Why select is not preferred in embedded sql programs?

715


Mention some fields that are a part of sqlca.

603


What is db2 connect?

609


What is collection in db2 bind?

577


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

1938


Give a brief description of db2 isolation levels?

601


What is a trigger in the db2 database?

596


When do you specify the isolation level?

608


Which isolation level provides maximum concurrency?

666


is it compulsory commitment control in journal?

2013