- 1、本文档共42页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《4420DatabaseFundamentalsChapter7IntroductiontoSQL》.ppt
IS 4420Database Fundamentals Chapter 7:Introduction to SQL Leon Chen Systems Development Life Cycle Part Four: Implementation Chapter 7 – Introduction to SQL Chapter 8 – Advanced SQL Chapter 9 – Client/Server Environment Chapter 10 – Internet Chapter 11 – Data Warehousing Overview Define a database using SQL data definition language Work with Views Write single table queries Establish referential integrity SQL Overview Structured Query Language The standard for relational database management systems (RDBMS) SQL-92 and SQL-99 Standards – Purpose: Specify syntax/semantics for data definition and manipulation Define data structures Enable portability Specify minimal (level 1) and complete (level 2) standards Allow for later growth/enhancement to standard SQL Environment Catalog A set of schemas that constitute the description of a database Schema The structure that contains descriptions of objects created by a user (base tables, views, constraints) Data Definition Language (DDL) Commands that define a database, including creating, altering, and dropping tables and establishing constraints Data Manipulation Language (DML) Commands that maintain and query a database Data Control Language (DCL) Commands that control a database, including administering privileges and committing data SQL Data types (from Oracle 9i) String types CHAR(n) – fixed-length character data, n characters long Maximum length = 2000 bytes VARCHAR2(n) – variable length character data, maximum 4000 bytes LONG – variable-length character data, up to 4GB. Maximum 1 per table Numeric types NUMBER(p,q) – general purpose numeric data type INTEGER(p) – signed integer, p digits wide FLOAT(p) – floating point in scientific notation with p binary digits precision Date/time type DATE – fixed-length date/time in dd-mm-yy form SQL Database Definition Data Definition Language (DDL) Major CREATE statements: CREATE SCHEMA – defines a portion of the database owned by a particular user CREATE TABLE – defines
您可能关注的文档
- 《2015年公路运输与管理(空中乘务)专业单招考试面试考试大》.doc
- 《2015年商丘市干线公路大中修工程项目施工监理》.doc
- 《2015年度工业园区建筑施工企业安全管理人员继续教育》.doc
- 《2015年度苏州工业园区建筑施工企业安全管理人员继续教育》.doc
- 《2016-2018年云南省现代农业生猪产业技术体系建设生猪营养》.doc
- 《2016农村公路(第二批)安全生命防护工程设计》.doc
- 《2016年7月广东省高等教育自学考试各专业开考课程考试时间》.doc
- 《2016年S330(56省道)瑞东线公路养护大中修工程》.doc
- 《2016年“内蒙古师范大学杯”全国健美操联赛(呼和浩特站)》.doc
- 《2016年全国研究生招生调剂咨询会相关事项及参会回执》.doc
文档评论(0)