单项选择题
A.no_rows_foundB.no_data_foundC.no_data_rows_foundD.invalid_Number
在PL/SQL块中定义一个名为PI值为3.14的Real型常量的语法是()A.PI const real=3....
单项选择题在PL/SQL块中定义一个名为PI值为3.14的Real型常量的语法是()
A.PI const real=3.14B.PI real const=3.14:C.constant PI real:=3.14D.PI constant real:=3.14
PL/SQL块中可选的部分是()。A.DeclareB.BeginC.ExceptionD.Constant
多项选择题PL/SQL块中可选的部分是()。
A.DeclareB.BeginC.ExceptionD.Constant
创建序列时,若未指定cycle选项,则当当前值大于maxvalue时将()。A.从minvalue重新开始循环...
单项选择题创建序列时,若未指定cycle选项,则当当前值大于maxvalue时将()。
A.从minvalue重新开始循环答案2B.重复使用MaxValue值答案4C.执行出错D.使用随机值