The DDL statement is used to create table T1:
CREATE TABLEt1 (
c1 INTEGER,
c2 INTEGER NOT NULL,
c1 DECIMAL(11,2),
c4 TIMESTAMP WITH DEFAULT CURRENT TIMESTAMP
)
Which of the following INSERT statements will execute successfully?
Which three facilities are used to control authorization in DB2?
Which of the following statements about stored procedures is TRUE?
Which constraint can be used to ensure that identical values are never stored in a set of columns in a table?