A.DB2 for i5/OS B.DB2 Runtime Client C.DB2 Connect Enterprise Edition D.DB2 for i5/OS SQL Development Kit
A.View B.Table C.Routine D.Package
A.When the data is naturally tabular B.When the number of nodes are volatile C.When the data by nature has sparse attributes D.When the data is of low volume and requires a complex star-schema topology
A.DELETE * FROM TABLE T03 B.DELETE ALL FROM T03 C.DELETE * FROM T03 D.DELETE FROM T03
A.Unique B.Check C.Referential D.Informational
A.SELECT UNIQUE dept FROM staff B.SELECT DISTINCT dept FROM staff C.SELECT (dept) UNIQUE FROM staff D.SELECT (dept) DISTINCT FROM staff
A.CALL increase_salary('A00') B.VALUES increase_salary('A00') C.CALL increase_salary('A00', ?) D.VALUES increase_salary('A00', ?)
A.It must have the UNIQUE attribute. B.It cannot be created explicitly by the user. C.It must have the UNIQUE and CLUSTER attributes. D.It must have the UNIQUE WHERE NOT NULL attribute.
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.Summarized queries B.Granular transactions C.Voluminous historical data D.Heterogeneous data sources