What are the two types of logging in the db2 database? Explain them.
No Answer is Posted For this Question
Be the First to Post Answer
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
Which catalog tables contain authorization information?
What is meant by the attachment facility?
why we create view.
When is the authorization check on DB2 objects done - at BIND time or run time?
What is lock contention?
What is Skeleton cursor table (SKCT)?
How many Buffer pools are there in DB2 and what are they?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
What is declare cursor?
Can we use select * statement in cobol program without giving field names ???