【2019年8月版】ocp 071认证考试原题-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 593352
  • 博文数量: 486
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4941
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp ocp 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(486)

文章存档

2024年(3)

2023年(35)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2019-12-17 09:58:46

choose three

the orders table has a primary key constraint on the order_id column.

the order_items table has a foreign key constraint on the order_id column,referencing the primary key of the orders table.

the constraint is defined with on delete cascade.

there are rows in the orders table with an order_total less than 1000.

which three delete statements execute successfully?

a) delete from orders where order_total<1000;

b) delete * from orders where order_total<1000;

c) delete orders where order_total<1000;

d) delete from orders;

e) delete order_id from orders where order_total<1000;

answer:acd

(解析:这个考的是语法题,属于低智商题目,因为定义外键的时候用了 delete cascade 选项,所以父表的行是可以删除。)

阅读(1056) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图