- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Interactive Data Analysis Computer Science(交互式计算机科学数据分析)
Data Cube and OLAP Server Data Cube and OLAP Server Outline What is Data Analysis? Steps in Data Analysis SQL-92 Aggregate Functions Limitations of GROUP BY OLAP Server CUBE Operator ROLLUP Operator What is Data Analysis? User issues a query, receives a response and formulates the next query based on the response This process repeats until the user gets the required result Fundamentally an iterative process Why Data Analysis? Search for unusual patterns of data Summarize data values Extract statistical information Contrast one category with another Provide a consolidated view of enterprise data buried in OLTP databases Help Decision makers understand business trends Derive intelligible results from ad hoc, voluminous and scattered data Steps in Data Analysis Formulate query Extract aggregated data Visualize results Analyze Overview of SQL-92 Overview of SQL-92 (contd.): Distinct Clause Overview of SQL-92 (contd.): GROUP BY Clause Limitations of GROUP BY Multidimensional Data Measure Attributes Dimension Attributes Example OLAP System On-Line Analytical Processing System Interactive system Permits analysts to view summaries of multidimensional data On-Line indicates No long waits to see result of a query response times within a few seconds for new summaries View data at different levels of granularity SQL:1999 OLAP Extensions SQL-92 functionality was limited SQL:1999 standard defines CUBE ROLLUP as generalizations of GROUP BY clause CUBE : Relational Aggregate Operator CUBE : The Idea An Example CUBE Contd. SELECT model, year, color, sum(sales) as sales FROM sales WHERE model in (‘Chevy’) AND year BETWEEN 1990 AND 1992 GROUP BY CUBE (model, year, color); Computes union of 8 different groupings: {(model, year, color), (model, year), (model, color), (year, color), (model), (year), (color), ()} Example Contd. GROUPING Function SQL:1999 uses NULL to represent both ALL and regular null values GROUPING function Can be applied to an attribute Returns 1
您可能关注的文档
- IMPLEMENTATION OF W IND TURBINE (实现W州的涡轮机).pdf
- Implementing IIR Digital Filters(实现IIR数字滤波器).pdf
- Implementing Safety Management Systems for (实现安全管理系统).pdf
- Important Checklists Reports Used On Foreign (重要用于外国清单报告).pdf
- Importing Data from Excel Spreadsheets Esri(从Excel电子表格Esri导入数据).pdf
- IMpORTANT SAFETy INFORMATION Harbor (重要的安全信息港口).pdf
- Improved rotaryslip dies help boost drillstring life(改善rotaryslip死亡帮助提高钻的生活).pdf
- Improved Formulae for the Inductance of (改善电感的计算公式).pdf
- Improved Modified Nodal Analysis of Nonlinear (改进修改节点非线性分析).pdf
- Improved Screw Design for Maximium (Maximium改进螺杆设计).pdf
- Interactive Notebooks for Interactive classrooms(互动交互式课堂笔记).pdf
- Interconnect Technology EMS(互连技术EMS).pdf
- Interface Box(界面框).pdf
- Interference Fits Sharif(干扰适合谢里夫).pdf
- Interior Angle ES1 Math Worksheets 4 Kids(内角ES1数学练习题4个孩子).pdf
- Interlloy 4140 High Tensile Steel(Interlloy 4140高强度钢).pdf
- Interactive Topological Drawing KnotPlot(交互式拓扑绘制KnotPlot).pdf
- Intermediate Lever Arm in the BMW Engine (中间的杠杆臂宝马引擎).pdf
- Interior Acoustic Simulation for InCar Audio (室内声学模拟InCar音频).pdf
- INTERIOR CARGO FITTINGS MILITARY (内部货物配件军事).pdf
文档评论(0)