What is a lock?
Answer / s
Lock is a DB2 structure used to ensure data integrity when
applications, utilities, commands are all accessing the
same data.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is concurrency in db2?
What is a storage group (stogroup)?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
wt is view ? wht r the restrictions for view ?
What is a dbrm in db2?
select 100 records from million records ?
What is netezza database?
What is the difference between static and dynamic SQL?
Suppose if I need to update a column, how you do that using cursor?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
What is difference between isnull and coalesce?