- 1、本文档共31页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
【Oracle 官方技术支持】Les18_高级子查询
Hidden Slide Schedule: Timing Topic 60 minutes Lecture 50 minutes Practice 110 minutes Total Lesson Aim In this lesson, you learn how to write multiple-column subqueries and subqueries in the FROM clause of a SELECT statement. You also learn how to solve problems by using scalar, correlated subqueries and the WITH clause. What Is a Subquery? A subquery is a SELECT statement that is embedded in a clause of another SQL statement, called the parent statement. The subquery (inner query) returns a value that is used by the parent statement. Using a nested subquery is equivalent to performing two sequential queries and using the result of the inner query as the search value in the outer query (main query). Subqueries can be used for the following purposes: To provide values for conditions in WHERE, HAVING, and START WITH clauses of SELECT statements To define the set of rows to be inserted into the target table of an INSERT or CREATE TABLE statement To define the set of rows to be included in a view or snapshot in a CREATE VIEW or CREATE SNAPSHOT statement To define one or more values to be assigned to existing rows in an UPDATE statement To define a table to be operated on by a containing query. (You do this by placing the subquery in the FROM clause. This can be done in INSERT, UPDATE, and DELETE statements as well.) Note: A subquery is evaluated once for the entire parent statement. Instructor Note You can skip this slide if the students are already familiar with these concepts. Subqueries You can build powerful statements out of simple ones by using subqueries. Subqueries can be very useful when you need to select rows from a table with a condition that depends on the data in the table itself or some other table. Subqueries are very useful for writing SQL statements that need values based on one or more unknown conditional values. In the syntax: operator includes a comparison operator such as , =, or IN Note: Comparison operators fall into two classe
您可能关注的文档
- 《端午日》课件(40页).ppt
- 《第3课_青海湖_梦幻般的湖》课件_语文版.ppt
- 《端午日》定稿.ppt
- 《电气工程制图》教案(第一章).ppt
- 《第二单元第三节水圈和水循环》课件 鲁教版必修1.ppt
- 《第七章 力》ppt课件.ppt
- 《种子植物》说课.ppt
- 《经济生活》第一轮第一课.ppt
- 《端午日》教学课件(42张PPT).ppt
- 《经济生活》第一课第二节《信用卡、支票和外汇》.pptx
- 【2014年秋备课】七年级语文上册 26 皇帝的新装课件 新人教版.ppt
- 【PPT】注塑缺陷的原因分析与解决对策.ppt
- 【2015中考复习方案】物理中考总复习课件 第11课时--大气压强流体压强与流速的关系(共17张PPT)...ppt
- 【二轮推荐】2013届高中新课标物理二轮总复习:专题2 第1讲 匀变速直线运动规律在力学中的应用.ppt
- 【保险学】全1.ppt
- 【ysj】第一课 繁盛一时的隋朝.ppt
- 【QC7大手法-精选讲议】=QC七大手法知识运用之讲议【P092】.pptx
- 【VMware_VCP510_官方中文课件】-VSICM51_M06_Storage.pptx
- 【免费】2012版中考一轮复习化学精品课件(含2011中考真题)第14课时盐和化肥(30ppt).ppt
- 【LM】内燃钳工中级 钳工基础.ppt
文档评论(0)