开发者

How to specify an attribute "nullable" when creating a table, in oracle?

As title says, sho开发者_如何学Gould I just add a nullable keyword as a constraint?


In Oracle the default is that columns are nullable - if you want a column to not be nullable you have to add NOT NULL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜