当前位置:首页 > Oracle > 正文内容

"创建sql语句如下: create table userInfo ( userId int identity(-1,1),  

2023-12-01Oracle

"创建sql语句如下: create table userInfo ( userId int identity(-1,1),   第1行 userName nvarchar(20) not null,  第2行 cardNO char not null,     第3行 age smallint(2),       第4行 address ntext(300)      第5行 ) 执行时,会在第()行出现错误"

A.2

B.3

C.4

D.5

正确答案是CD

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://20230611.cn/post/8518032.html