Q3
Single choice
The table "tbl" is defined below such that it could only store non-negative integers in the column "nn".
Select the keyword that is applicable for the underlined blank. CREATE natural_number AS DECIMAL CHECK (VALUE >= 0); CREATE TABLE tbl(nn natural_number);