Which can be inserted into TABLEA? seenagape 11 years ago Given the statement:CREATE TABLE tablea (col1 INTEGER NOT NULL,CONSTRAINT const1 CHECK (col1 in (100, 200, 300))Which can be inserted into TABLEA? A.0 B.NULL C.100 D.‘100’ Explanation: ← Previous question Next question →