网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
要在tbAddress表中插入记录,下面()语句是正确的。
A
Insert Into tbAddress(strName,strTel)Values(萌萌,6545632)
B
Insert Into tbAddress(strName,strEmail)Values(萌萌,)
C
Insert Into tbAddress(strName,strEmail)Values(萌萌,NULL)
D
Insert Into tbAddress(strName,intAge)Values(萌萌,22)
参考答案
参考解析
解析:
暂无解析
更多 “多选题要在tbAddress表中插入记录,下面()语句是正确的。AInsert Into tbAddress(strName,strTel)Values(萌萌,6545632)BInsert Into tbAddress(strName,strEmail)Values(萌萌,)CInsert Into tbAddress(strName,strEmail)Values(萌萌,NULL)DInsert Into tbAddress(strName,intAge)Values(萌萌,22)” 相关考题
考题
要在tbAddress表中插入记录,下面哪条语句是正确的?()
A.Insert Into tbAddress(strName,strTel) Values("萌萌","6545632")B.Insert Into tbAddress(strName,strEmail) Values("萌萌", "")C.Insert Into tbAddress(strName,strEmail) Values("萌萌",NULL)D.Insert Into tbAddress(strName,intAge) Values(萌萌,22)
考题
要在 “ 成绩 ” 表中插入一条记录 , 应该使用的 SQL 语句是:【 14 】 成绩 ( 学号 , 英语 , 数学 , 语文 ) V A L UES ( " 2001100111 " ,9l,78,86)
考题
下列叙述中,错误的是______。A.用INSERT语句可以插入一条记录B.用INSERT语句可以插入多条记录C.使用INSERT语句可以插入记录的部分数据D.使用INSERT语句插入记录时列名的排列顺序必须与表定义时的顺序一致
考题
下列叙述中,错误的是 ______。A.用INSERT-SQL语句可以插入一条记录B.用INSERT-SQL语句可以插入多条记录C.使用INSERT-SQL语句可以插入记录的部分数据D.使用INSERT-SQL语句插入记录时列名的排列顺序必须与表定义时的顺序一致
考题
有如下SQL语句:INSERT INTO职工VALUES(”WH4”,”E15”,张清",2800)在命令窗口执行该命令后( )。A)向表中任意位置插入一条新记录B)在当前记录之前,插入一条新语句C)在当前记录之后,插入一条新语句D)在表末尾新增一条记录
考题
要在tbAddress表中插入记录,下面()语句是正确的。A、Insert Into tbAddress(strName,strTel)Values("萌萌","6545632")B、Insert Into tbAddress(strName,strEmail)Values("萌萌","")C、Insert Into tbAddress(strName,strEmail)Values("萌萌",NULL)D、Insert Into tbAddress(strName,intAge)Values(萌萌,22)
考题
要在tbAddress表中更新记录,下面()语句是正确的。A、Update tbAddress Set strName="萌萌",intAge=22 Where ID=2B、Update tbAddress Set strName=萌萌,intAge=22 Where strName=萌萌C、Update tbAddress Set dtmSubmit=2008-10-1 Where strName="萌萌"D、Update tbAddress Set intAge=18
考题
下面()语句可以查询姓“赵”并且年龄等于22岁的用户。A、Select * From tbAddress Where strName="赵"And intAge=22B、Select * From tbAddress Where strName like"赵%"And intAge="22"C、Select * From tbAddress Where strName like"赵%"And intAge=22D、Select * From tbAddress Where strName like"%赵%"And intAge=22
考题
如果表DEPT包含3条记录,现在用如下命令对其进行修改,ALTER TABLE DEPT ADD(COMP NUMBER(4)NOT NULL);请问下面哪一个说法是正确的()A、该语句在表的最前面插入一个非空列B、该语句在表的最后插入一个非空列C、该语句执行完成后,应当立即执行COMMIT语句,以确保更改生效D、该语句将产生错误
考题
下面有关SQL语句的说法错误的是()A、Insert语句可以向数据表中追加新数据记录B、Update语句用来修改数据表中已经存在的数据记录C、Delete语句用来删除数据表中的记录D、Select语句可以将两个或更多表或查询中的记录合并到一个数据表中
考题
单选题下面()语句可以查询姓“赵”并且年龄等于22岁的用户。A
Select * From tbAddress Where strName=赵And intAge=22B
Select * From tbAddress Where strName like赵%And intAge=22C
Select * From tbAddress Where strName like赵%And intAge=22D
Select * From tbAddress Where strName like%赵%And intAge=22
考题
多选题要在users表中插入一条新记录,下面语句正确的是()。AInsert Into users(id,user_name) Values(100, luhong)BInsert Into users(real_name,tel) Values(卢红,6545632)CInsert Into users(user_name,Email) Values(luhong, )DInsert Into users(user_name,Email) Values(luhong, NULL)
考题
单选题下面有关SQL语句的说法错误的是()A
Insert语句可以向数据表中追加新数据记录B
Update语句用来修改数据表中已经存在的数据记录C
Delete语句用来删除数据表中的记录D
Select语句可以将两个或更多表或查询中的记录合并到一个数据表中
热门标签
最新试卷