iis服务器助手广告广告
返回顶部
首页 > 资讯 > 后端开发 > Python >ocp-051-3
  • 137
分享到

ocp-051-3

ocp 2023-01-31 02:01:32 137人浏览 泡泡鱼

Python 官方文档:入门教程 => 点击学习

摘要

一、原题You need to extract details of those products in the SALES table where the PROD_ID column contains the string '

一、原题

You need to extract details of those products in the SALES table where the PROD_ID column contains the string '_D123'.
Which WHERE clause could be used in the SELECT statement to get the required output?
A. WHERE prod_id LIKE '%_D123%' ESCAPE '_'
B. WHERE prod_id LIKE '%\_D123%' ESCAPE '\'
C. WHERE prod_id LIKE '%_D123%' ESCAPE '%_'
D. WHERE prod_id LIKE '%\_D123%' ESCAPE '\_'

         答案 B

二、题目翻译

     要从SALES表中提取出PROD_ID列包含'_D123'字符串的产品明细。
     下面哪一个WHERE条件子句可以获得所需的输出结果?

三、题目解析
      ESCAPE子句为指定转译字符,因为'_'下画线在LIKE子句中指的是任意一个字符,所以需要把'_'下画线进行转义,转义字符设置为'\'。


--结束END--

本文标题: ocp-051-3

本文链接: https://www.lsjlt.com/news/185848.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • ocp-051-3
    一、原题You need to extract details of those products in the SALES table where the PROD_ID column contains the string '...
    99+
    2023-01-31
    ocp
  • OCP-051-008
    View the Exhibit and examine the structure of the CUSTOMERS table. Which two tasks would require subque...
    99+
    2024-04-02
  • OCP-051-002
    2. View the Exhibit to examine the description for the SALES table.     Which views...
    99+
    2024-04-02
  • oracle 12c ocp - 3
    Examine the following query output:You issue the following command to import tables into the hr schema:$ > impdp hr/h...
    99+
    2023-01-31
    oracle ocp
  • 你真的了解MySQL OCP吗?其实有两种MySQL OCP
    大家可能都知道MySQL OCP认证,但你知道吗MySQL OCP其实是分两种,以MySQL 8.0为例, 一种是管理方向,叫:Oracle Certified Professional, MySQL 8.0 Database Admini...
    99+
    2023-08-16
    mysql 数据库 oracle ocp mysql ocp
  • Oracle OCP 和MySQL OCP 考试完成后查询成绩和下载证书的步骤
    我的一些学员考完Oracle OCP和MySQL OCP不知道如何查看自己的考试成绩和证书,姚远老师现在详细说明具体的操作步骤,一共8步。 关于号主,姚远: Oracle ACE(Oracle和My...
    99+
    2023-09-26
    oracle mysql oracle ocp mysql ocp
  • 2008-3-3
    发现eva老是出现问题,版本过时。。现在用了webim就是舒服多了[url]http://www-c2.meebo.com.cn/index.html[/url]注册一下,可以绑定msn和qq,不需要再安装其他软件啦。哈哈ubuntu下安装...
    99+
    2023-01-31
  • ocp开闭原则_动力节点Java学院整理
    开闭原则(Open Closed Principle)是Java世界里最基础的设计原则,它指导我们如何建立一个稳定的、灵活的系统。定义:一个软件实体如类、模块和函数应该对扩展开放,对修改关闭。Softeware entities like ...
    99+
    2023-05-31
    ocp 开闭原则 ava
  • OCP认证052考试最新题库及答案整理-11
    11、Which three are true about UNDO data A) It is used to roll back failed transactions. B) It is u...
    99+
    2024-04-02
  • 马哥3-3
    命令别名:        alias在shell中定义的别名只在当前shell生命周期有效,别名的有效范围为当前shell进程        unalias  撤销 命令替换        $,  反引号文件名通配:*:任意长度的任意字符?...
    99+
    2023-01-31
    马哥
  • OCP认证052考试最新题库及答案整理-12
    12、Which two types of Information can be found in the alert log A) instance recovery details B) a ...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-13
    13、Which two are true about AWR snapshots A) They are stored In the SYSAUX tablespace. B) They are...
    99+
    2024-04-02
  • 3.redis集群部署3主3从
    redis集群部署 一:安装redis (使用redis3.0.6版本),同《1.redis安装》1.下载源码$ tar xzf redis-3.0.6.tar.gz$ cd redis-3.0.6$ make   2、编译完成后,在Src...
    99+
    2023-01-31
    集群 redis
  • OCP认证052考试最新题库及答案整理-2
    2、Which two are true about Optimizer Statistics A) They do not persist across Instance restarts. B...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-20
    20、Your database is using Automatic Memory Management. Which two SGA components must be managed manu...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-19
    19、Which two can be backed up by using RMAN when a database Is open in ARCHIVELOG mode, so that media...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-69
    69、Which is true about unusable indexes A. Rebuilding an unusable index always requires at least twi...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-57
    57、Which two statements are true about dispatchers used by the Oracle shared server A. Multiple use...
    99+
    2024-04-02
  • OCP认证052考试最新题库及答案整理-38
    38、Which two are true about data dictionary and dynamic performance views (v$ views) A) All databas...
    99+
    2024-04-02
  • 2017.12.27 3周3次课
    三周第三次课(12月27日)3.7 su命令3.8 sudo命令3.9 限制root远程登录3.7 su命令su命令就是切换用户的工具,通过su可以在用户之间切换,如果超级权限用户root向普通用户切换不需要密码,而普通用户切换到其它任何用...
    99+
    2023-01-31
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作