如果想给某字段sage施加列值非空的约束,应该如何表示?
A、Sage smallint not null;
B、Sage smallint unique;
C、Sage smallint check(sage>=18);
D、Sage smallint primary key
发布时间:2025-03-11 23:58:40
A、Sage smallint not null;
B、Sage smallint unique;
C、Sage smallint check(sage>=18);
D、Sage smallint primary key