单项选择题X 纠错

A.v_arr arr_type;
B.v_arr is arr_type;
C.v_arr of arr_type;
D.v_arr arr_type%type;

参考答案:
查答案就用赞题库小程序 还有拍照搜题 语音搜题 快来试试吧
无需下载 立即使用

你可能喜欢

单项选择题

A.type array arr_type[emp.ename%type] index by binary_integer;
B.type table arr_type[emp.ename%type] index by binary_integer;
C.type arr_type is table of emp.ename%type index by binary_integer;
D.type arr_type is pl_sql table of emp.ename%type index by binary_integer;

单项选择题

A.NO DATA FOUND
B.DATA_NOT_FOUND
C.NO_DATA_FOUND
D.DATA_NO_FOUND

单项选择题

A.v_namechar(60);
B.v_namestring(60);
C.v_namevarchar2(60);
D.v_namevarchar2(61);

单项选择题

A.select sal,decode(sal>3000,'A',sal>2000,'B','C') grade from emp;
B.select sal,decode(sal,3000,'A',2000,'B','C') grade from emp;
C.select sal,(case when sal>3000 then 'A' when sal>2000 then 'B' else 'C' end) grade from emp;
D.select sal,(if sal>3000 then 'A' elsif sal>2000 then 'B' else 'C' end if) grade from emp;

单项选择题

A.CEIL(V_NUM)
B.FLOOR(V_NUM)
C.TRUNC(V_NUM)
D.ROUND(V_NUM)

单项选择题

A.CEIL(V_NUM)
B.FLOOR(V_NUM)
C.TRUNC(V_NUM)
D.ROUND(V_NUM)

单项选择题

A.SUBSTR(V_NUM,1,2)
B.TRUNC(V_NUM,2)
C.TRUNC(V_NUM,-2)
D.ROUND(V_NUM,2)
E.ROUND(V_NUM,-2)

单项选择题

A.服务器的IP
B.服务器的机器名
C.服务器的数据库域名
D.服务器的实例名
E.以上所述都不正确

单项选择题

A.服务器的侦听端口,默认为1521
B.服务器的侦听端口,默认为7778
C.中间层的接入端口,默认为1521
D.中间层的接入端口,默认为7778
E.以上所述都不正确

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

版权所有©考试资料网(ppkao.com)All Rights Reserved