单项选择题X 纠错

A.ORACLE是一项数据存储技术,利用这项技术可以有效地提高磁盘的空间利用率
B.ORACLE是一家IT公司,以提供高效能的数据库硬件及配套软件产品而著称
C.ORACLE是一套数据库行业标准,所有SQL都要符合此标准
D.ORACLE是美国的一家软件公司,以提供同名的数据库产品而著称
E.以上所述都不正确

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

你可能喜欢

单项选择题

A.临时表空间TEMP
B.用户表空间USER
C.索引表空间INDEX
D.系统表空间SYSTEM

单项选择题

A.select last_date(sysdate) from dual;
B.select finally_day(sysdate) from dual;
C.select last_day(sysdate) from dual;
D.select tail_day(sysdate) from dual;

单项选择题

A.select to_char(sysdate,'D') from dual;
B.select to_char(sysdate,'W') from dual;
C.select to_char(sysdate,'D')-1 from dual;
D.select to_char(sysdate-1,'D') from dual;
E.select to_char(sysdate-1,'W') from dual;

单项选择题

A.select * from emp where hiredate>='19820101';
B.select * from emp where hiredate>=to_char('19820101','YYYYMMDD');
C.select * from emp where to_date(hiredate,'YYYYMMDD')>='19820101';
D.select * from emp where to_char(hiredate,'YYYYMMDD')>='19820101';

单项选择题

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;

单项选择题

A.select * from emp wher sal in (2000,3000);
B.select * from emp wher sal like (2000,3000);
C.select * from emp wher sal = (2000,3000);
D.select * from emp wher sal between 2000 and 3000;

单项选择题

A.select * from emp where ename in 'S%';
B.select * from emp where ename='S%';
C.select * from emp where ename like 'S%';
D.select * from emp where ename like 'S_';

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

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