A.XML B.BLOB C.DOUBLE D.DBCLOB
A.To maintain control of updated rows for commit processing B.To ensure only committed changes are altered by another application C.To allow two applications to update the same row of data simultaneously D.To prevent multiple applications from accessing the same data simultaneously
A.GRANT ADD DATA ON TABLE tab1 TO GROUP tom appgrp B.GRANT INSERT TO USER tom, GROUP appgrp ON TABLE tab1 C.GRANT INSERT ON TABLE tab1 TO USER tom, GROUP appgrp D.GRANT ADD DATA ON TABLE tab1 TO USER appgrp, GROUP tom
A.DB2 Express Edition B.DB2 Personal Edition C.DB2 Workgroup Server Edition D.DB2 Enterprise Server Edition
A.View B.Table C.Routine D.Package