执行Delete From tbAddress Where strName=“萌萌”语句后,共删除()条记录。
第1题:
A delete * from A where B=‘6’
B delete * from A where B=‘6’
C delete A where B=6
D delete A set where B=‘6’
第2题:
执行Select Count(*)As Total From tbAddress Group By intAge语句后,会返回()条记录。
第3题:
执行Delete From tbAddress语句后,共删除()条记录。
第4题:
执行Select Max(intAge)As MaxAge,Min(intAge)As MinAge From tbAddress语句后,会返回()条记录。
第5题:
下面()语句可以查询姓“赵”并且年龄等于22岁的用户。
第6题:
执行完Delete From users语句后,共删除10条记录。()
第7题:
执行完DeleteFromuses语句后,共删除多少条记录()
第8题:
Update tbAddress Set strName=萌萌,intAge=22 Where ID=2
Update tbAddress Set strName=萌萌,intAge=22 Where strName=萌萌
Update tbAddress Set dtmSubmit=2008-10-1 Where strName=萌萌
Update tbAddress Set intAge=18
第9题:
0
1
若干条(0或多条)
全部
第10题:
Select * From tbAddress Where strName=赵And intAge=22
Select * From tbAddress Where strName like赵%And intAge=22
Select * From tbAddress Where strName like赵%And intAge=22
Select * From tbAddress Where strName like%赵%And intAge=22
第11题:
0
1
2
不能确定
第12题:
Select * From tbAddress Where strName=萌萌 And dtmSubmit<#2008-8-8#
Select * From tbAddress Where strName=萌萌And dtmSubmit<2008-8-8
Select * From tbAddress Where strName=萌萌And dtmSubmit<#2008-8-8#
Select * From tbAddress Where strName=萌萌Or dtmSubmit<#2008-8-8#
第13题:
A.0
B.1
C.若干条(0或多条)
D.全部
第14题:
下面()语句可以查询strName为"萌萌"且是2008年8月8日前注册的用户。
第15题:
要在tbAddress表中插入记录,下面()语句是正确的。
第16题:
要在tbAddress表中更新记录,下面()语句是正确的。
第17题:
执行Select Count(*) As Total From tbAddress Group By intAge语句后,会返回多少条记录?()
第18题:
删除“职工”表中没有写入工资的记录,应该使用的命令是()。
第19题:
Insert Into tbAddress(strName,strTel)Values(萌萌,6545632)
Insert Into tbAddress(strName,strEmail)Values(萌萌,)
Insert Into tbAddress(strName,strEmail)Values(萌萌,NULL)
Insert Into tbAddress(strName,intAge)Values(萌萌,22)
第20题:
0
1
若干条
全部
第21题:
对
错
第22题:
0
1
2
与intAge的值有关
第23题:
0
1
若干
全部