Post New Answer View All Answers
Which component is responsible for processing sql statements and selecting access paths?
What are catalog tables in db2?
What is runstats utility in db2?
What is the role of schema in the db2 database?
List down the types of triggers in the db2 database?
What is isolation level in db2?
What is load utility in db2?
Explain in detail about buffer manager and its functionalities?
What is bufferpool in db2?
What is the difference between bind and rebind in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
How can you count the number of rows from a table tab?
Is db2 a mainframe database?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is database alias db2?