数据库系统英第三版课件2012版 Database Systems(6).ppt

数据库系统英第三版课件2012版 Database Systems(6).ppt

ID:51622823

大小:1.29 MB

页数:110页

时间:2020-03-26

数据库系统英第三版课件2012版 Database Systems(6).ppt_第1页
数据库系统英第三版课件2012版 Database Systems(6).ppt_第2页
数据库系统英第三版课件2012版 Database Systems(6).ppt_第3页
数据库系统英第三版课件2012版 Database Systems(6).ppt_第4页
数据库系统英第三版课件2012版 Database Systems(6).ppt_第5页
资源描述:

《数据库系统英第三版课件2012版 Database Systems(6).ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、6TheDatabaseLanguageSQL6.1SimpleQueriesinSQL6.2QueriesInvolvingMoreThanOneRelation6.3Subqueries6.4Full-RelationOperations6.5DatabaseModifications6.6TransactionsinSQL6TheDatabaseLanguageSQLSQL:StructuredQueryLanguageMaincontentsofSQL:DQL(select)DML(insert,delete,update)DDL(create,drop,alter,...)

2、DCL(grant,revoke,...)6TheDatabaseLanguageSQLSQLisavery-high-levellanguage.Say“whattodo”ratherthan“howtodoit.”Avoidalotofdata-manipulationdetailsneededinprocedurallanguageslikeC++orJava.Databasemanagementsystemfiguresout(计算出)“thebest”waytoexecutequerycalled“queryoptimization(查询优化).”SQLandrelatio

3、nalalgebra:Animportantcore(核心)ofSQLisequivalenttorelationalalgebra.TherearemanyimportantfeaturesofSQLthatgobeyond(超越)whatisfoundinrelationalalgebra,suchasaggregation(聚合)anddatabaseupdates.6TheDatabaseLanguageSQLThreemajorstandardsofSQL:ANSI(AmericanNationalStandardInstitute)SQLSQL-92orSQL2SQL-9

4、9orSQL3VersionsofSQLproducedbytheprincipalDBMSvendors:AllincludethecapabilitiesofANSIstandard.ConformtoalargeextenttoSQL-92IncludesomeofthefeaturesintheSQL-99standardEachhasitsvariationsandextensionsSelect-From-Wherestatements:SELECT[ALL

5、DISTINCT]select-listFROMR[WHEREcond][ORDERBY{expression

6、i

7、nteger}[ASC

8、DESC],…];select-list:*

9、{column-name

10、expression}[ASalias-name],...ASC:ascendingDESC:descending6.1SimpleQueriesinSQL6.1SimpleQueriesinSQLTheorderofreadingqueriesBeginwiththerelationintheFROMclause.ApplytheselectionindicatedbytheWHEREclause.ApplytheextendedprojectionindicatedbytheSELEC

11、Tclause.TheruleofwritingqueriesCaseInsensitivity(大小写不敏感)Endwith“;”6.1SimpleQueriesinSQLAllourSQLquerieswillbebasedonthefollowingdatabaseschema.Customer(custid,name,prov,city,phone,company)Product(prodid,factory,type,spec,price,desc)Salesman(empid,idno,name,gender,phone,deptid)Department(deptid,

12、name,headerid)Salesorder(orderno,signdate,empid,custid)Salesitem(orderno,lineno,prodid,unitprice,quantity)Underlineindicateskeyattributes.6.1.1ProjectioninSQLSELECTclause:*presentsallattributeswithdefaultorderSELECT*FROMcustomer;N

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。