CREATE TABLE products ( product_no integer NOT NULL, name text NOT NULL, price numeric );. A not-null constraint is always written as a column constraint.
確定! 回上一頁