题目内容

在“wl18”的数据库下,新建“abc_1”数据表。字段:bh(编号) 字段类型:整型,种子标量,步长1;xm(姓名) 字段类型:双字节可变字符,长度50;dlsj(登录时间) 字段类型:日期时间型;应使用如下命令行:

A. create table abc_1 (bh identity(1,1),xm nvarchar(50),dlsj datetime)
B. create table abc_1 (bh int ,xm nvarchar(50),dlsj datetime)
C. create table abc_1 (bh int identity(1,1),xm nvarchar(50),dlsj datetime)
D. create abc_1 (bh int identity(1,1),xm nvarchar(50),dlsj datetime)

查看答案
更多问题

在sqlcmd中查看“abc_1”数据表的表结构。应使用如下命令行:

A. sp_rename abc_1
B. sp_help abc_1
C. abc_1
D. sp_help

在“wl18”的数据库下,将“abc_1”数据表yjs字段更名为“云计算”。应使用如下命令行:

A. sp_rename 'temp_1.yjs','云计算','column'
B. sp_rename 'yjs','云计算','column'
C. sp_rename 'temp_1.yjs','云计算'
D. sp_help 'temp_1.yjs','云计算','column'

Fill in the blank with proper sub-titles.A.Sign with your full nameB.Start with a SalutationC.Use a neutral Email AddressD.AttachmentE.State the Subject Appropriately F.Introduce FirstG.Body messageH.Concluding Remarks

命令行下数据表的记录追加(插入),使用的关键词()。

A. delete into
B. insert into
C. insert
D. into

答案查题题库