单项选择题
当Select语句没有返回行时,将引发的异常有()。
A.no_rows_found
B.no_data_found
C.no_data_rows_found
D.invalid_Number
点击查看答案
相关考题
-
单项选择题
在PL/SQL块中定义一个名为PI值为3.14的Real型常量的语法是()
A.PI const real=3.14
B.PI real const=3.14:
C.constant PI real:=3.14
D.PI constant real:=3.14 -
多项选择题
PL/SQL块中可选的部分是()。
A.Declare
B.Begin
C.Exception
D.Constant -
单项选择题
创建序列时,若未指定cycle选项,则当当前值大于maxvalue时将()。
A.从minvalue重新开始循环答案2
B.重复使用MaxValue值答案4
C.执行出错
D.使用随机值
