网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
你试图用下面句子查询数据:()SELECT100/NVL(quantity,0)FROMinventory;为何QUANTITY为null空值时,将导致出错?
A.表达式企图被空值除.
B.换函数参数数据类型不一致.
C.空值不能被转成实际值
D.表达式企图被零除.
参考答案
更多 “ 你试图用下面句子查询数据:()SELECT100/NVL(quantity,0)FROMinventory;为何QUANTITY为null空值时,将导致出错? A.表达式企图被空值除.B.换函数参数数据类型不一致.C.空值不能被转成实际值D.表达式企图被零除. ” 相关考题
考题
(1)打开数据库“student_manager”,该数据库中含3个有联系的表“student”、“scorel”和“course”,根据已经建立好的索引,建立表之间的联系。(2)为“course”表增加字段:开课学期(N,2,0)。(3)为“coursel”表“成绩”字段设置字段有效性规则:“成绩>;=0”,出错提示信息是:“成绩必须大于或等于零”。(4)将“coursel”表“成绩”字段的默认值设置为空值(NULL)。
考题
在Oracle中,下面哪条语句当COMM字段为空时显示0,不为空时显示COMM的值()。
A.select ename,nvl(comm.,0)from empB.select ename,null(comm.,0)from empC.SELECT ename,NULLIF(comm,0)FROM empD.SELECT ename,DECODE(comm.,NULL,0)FROM emp
考题
汉译英:“数量;质量”,正确的翻译为( )。
A. quality ; quarantine B. quantity ; quarantine
C. quality ; quantity D. quantity ; quality
考题
你试图用下面句子查询数据:()SELECT100/NVL(quantity,0)FROMinventory;为何QUANTITY为null空值时,将导致出错?A、表达式企图被空值除.B、换函数参数数据类型不一致.C、空值不能被转成实际值D、表达式企图被零除.
考题
下列有关组函数的表述中哪个是正确的?()A、NVL和NVL2可以与组函数一起使用来替换null值,而COALESCE则不能。B、NVL和COALESCE可以与组函数一起使用来替换null值,而NVL2则不能。C、NVL、NVL2和COALESCE都可以与组函数一起使用来替换null值。D、COALESCE可以与组函数一起使用来替换null值,而NVL和NVL2则不能。
考题
在VFP中,空值是一种特殊的数据,用.NULL.或NULL表示。下列关于空值的表述中正确的是()。A、空值等价于空字符串、空格或数值0B、函数ISNULL(.NULL.)的值与函数EMPTY(.NULL.)的值相同C、将一个.NULL.值赋给字段或变量时,不改变该字段或变量原有的数据类型D、变量A1的值为.F.,则表达式A1AND.NULL.的值为.NULL.
考题
已知数据库的排序规则是默认设置。在northwind数据库中有一个表[orderdetails],表示所有定单的详情,该表中有一列quantity,表示定单中某产品的数量。你想实现按照产品数量从小到大排序来查询定单,使用orderby子句为()A、Select * from [order details] Order by quantity descB、Select * from [order details] Order by quantity ascC、Select * from [order details] Order by quantityD、Select * from [order details] Order by desc quantity
考题
单选题Given the following table definition: STOCK: item VARCHAR(30) status CHAR(1) quantity INT price DEC(7,2) If items are indicated to be out of stock by setting STATUS to NULL and QUANTITY and PRICE to zero, which of the following statements would be used to update the STOCK table to indicate that all the items whose description begins with the letter "S" are out of stock?()A
UPDATE stock SET (status = NULL; quantity, price = 0) WHERE item LIKE S%B
UPDATE stock SET (status, quantity, price) = (NULL, 0, 0) WHERE item LIKE S%C
UPDATE stock SET status = NULL, SET quantity = 0, SET price = 0 WHERE item LIKE 'S%'D
UPDATE stock SET (status = NULL), (quantity = 0), (price = 0) WHERE item LIKE S%
考题
单选题查询出EMP表中COMM字段为空的记录()A
select * from emp where comm='';B
select * from emp where comm=null;C
select * from emp where nvl(comm)=0;D
select * from emp where comm is null;E
select * from emp where nvl(comm,0)=0;
考题
单选题The lubricating system for the cylinder walls is different from the bearings in that the oil for former one is supplied in () while that for latter one is ().A
sufficient quantity; measuredB
measured quantity;sufficientC
excessive quantity;sufficientD
the less quantity the better;the more the better
考题
单选题在Oracle中,下面哪条语句当COMM字段为空时显示0,不为空时显示COMM的值()。A
select ename,nvl(comm.,0)from empB
select ename,null(comm.,0)from empC
SELECT ename,NULLIF(comm,0)FROM empD
SELECT ename,DECODE(comm.,NULL,0)FROM emp
考题
单选题在VFP中,空值是一种特殊的数据,用.NULL.或NULL表示。下列关于空值的表述中正确的是()。A
空值等价于空字符串、空格或数值0B
函数ISNULL(.NULL.)的值与函数EMPTY(.NULL.)的值相同C
将一个.NULL.值赋给字段或变量时,不改变该字段或变量原有的数据类型D
变量A1的值为.F.,则表达式A1AND.NULL.的值为.NULL.
热门标签
最新试卷