What is null indicator in cobol db2?
No Answer is Posted For this Question
Be the First to Post Answer
Once you create a view, where would information about the view be stored?
List out the buffer pools in db2
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Which catalog tables contain authorization information?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
What is the difference between plan and package in db2?
What is the significance of DB2 free space and what parameters control it?
What is DCLGEN ?
What is DCLGEN?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit