- 1、本文档共47页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Remaining Topics in SQL to be covered…
Remaining Topics in SQL to be covered… NULL values in SQL Outer joins in SQL Constraints and Triggers in SQL Embedded SQL. Null’s in SQL SQL supports a special value -- NULL in place of a value in a tuples component Null’s can be used for multiple purposes -- Value exists, but we do not know what it is.. Information does not exist Example: boris registered for pass/fail and thus has no project assigned (nulls used to represent information is inapplicable) stefan registered for letter grade but has no current project assignment (nulls used to represent unavailability of information) Need for Care in Using Nulls... Using nulls for missing values may result in loss of information Sometimes Nulls very useful even if possible to avoid them… Interpreting SQL queries with Null (1) Any arithmetic operation on Null and any other value results in Null. E.g., x + 3 == Null, if x is Null Comparison of Null with any value (including other Null) results in a value UNKNOWN E.g., x 3 results in UNKNOWN, if x is Null Interpreting SQL with Null (2) Earlier, we learnt that results of comparison was always T or F. Logical operators: AND, OR, NOT combined these truth values in a natural way to return a T or a F. However, comparison of Null to a value produces a third truth value -- UNKNOWN How to interpret the logical operators in this case? 3-Valued Logic Think of true = 1; false = 0, and unknown = 1/2. Then: AND = min. OR = max. NOT(x) = 1 - x Truth Table SQL …… constraints, assertions, triggers … Some Key Laws Fail to Hold in 3-Valued Logic Example: Law of the excluded middle, i.e.,p OR NOT p = TRUE For 3-valued logic: if p = unknown, then left side = max(1/2,(1-1/2)) = 1/2 ? 1. there is no way known to make 3-valued logic conform to all the laws we expect for 2-valued logic. Example Modifying Views Updatable views Non-updatable views Delete from Updatable Views Update Updatable Views Drop Views Join Expressions in SQL Joins can be expressed implicitly in SQL using SE
您可能关注的文档
最近下载
- T∕CACM 1066.6-2018 中医治未病标准化工作指南 第6部分:指南评价.docx VIP
- T∕CACM 1066.5-2018 中医治未病标准化工作指南 第5部分:指南实施与一致性测试.docx VIP
- T∕CACM 1066.4-2018 中医治未病标准化工作指南 第4部分:编写要求.docx VIP
- 广西高职院校单招职测近年考试真题题库汇总(含答案).docx
- T∕CACM 1066.3-2018 中医治未病标准化工作指南 第3部分:编制通则.docx VIP
- 蒙特祖玛3奖励关(全部).doc VIP
- T∕CACM 1066.2-2018 中医治未病标准化工作指南 第2部分:标准体系.docx VIP
- 沈阳医学院《预防医学》教学课件 身体活动促进.ppt VIP
- 2024北京初中入学白皮书.pdf VIP
- 2024年春季学期德育主题教育活动安排表.docx VIP
文档评论(0)