what is Static and dynamic linking
Answer / srini
In static linking the load modules of the called/sub
programs are also loaded into main/calling program load
module,and incase of dynamic linking the load modules of
main/calling and sub/called programs are kept seperate and
will be loaded dynamically when ever there is a perticular
call statement.
Is This Answer Correct ? | 4 Yes | 0 No |
Why might full image copies be faster to implement than an incremental image copy?
List out the buffer pools in db2
How do you retrieve the data from a nullable column?
What are iseries servers?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
What os does db2 run on?
What is package in db2 mainframe?
what is load and unload in db2
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
Which isolation level provides highest data integrity?
why we create view.