Oracle Database 11g- Analytic SQL for Data Warehousing

download Oracle Database 11g- Analytic SQL for Data Warehousing

of 3

description

d

Transcript of Oracle Database 11g- Analytic SQL for Data Warehousing

  • Oracle University | Contact Us: +386 1 58888 20

    Oracle Database 11g: Analytic SQL for Data Warehousing - LVC

    : 1 Day

    What you will learnIn this course students use Analytic SQL to aggregate, analyze and report, and model data. Students learn to interpretthe concept of a hierarchical query, create a tree-structured report, format hierarchical data, and exclude branches fromthe tree structure. Students also learn to use regular expressions and subexpressions to search for, match, and replacestrings. Before attending this course, students should be familiar with relational database concepts, data warehouse theory andimplementation, Oracle server concepts including application and server tuning, and the operating system environmenton which the Oracle Database Server is running. Students use Oracle SQL Developer to develop these program units.SQL*Plus and JDeveloper are introduced as optional tools. This course is intended for data warehouse builders and implementers, database administrators, system administrators,and database application developers who design, maintain, and use data warehouses. Learn to:

    Use Analytic SQL to aggregation, Analyze and Reporting, and Model Data Group and aggregate data using the ROLLUP and CUBE operators Analyze and report data using Ranking, LAG/LEAD, and FIRST/LAST functions Use the MODEL clause to create a multidimensional array from query results Interpret the concept of a hierarchical query, create a tree-structured report, format hierarchical data, and excludebranches from the tree structure Use regular expressions to search for, match, and replace strings

    A Live Virtual Class (LVC) is exclusively for registered students; unregistered individuals may not view an LVC at anytime. Registered students must view the class from the country listed in the registration form. Unauthorized recording,copying, or transmission of LVC content may not be made.

    Application DevelopersData Warehouse AdministratorData Warehouse DeveloperSupport Engineer

    PrerequisitesRequired PrerequisitesIntroduction to Oracle Database 10g for Experienced SQL Users

    Oracle Database 10g: Implement and Administer a Data Warehouse

    Oracle Database 11g: Introduction to SQL

    Copyright 2009, Oracle. Vse pravice pridrane. Stran 1

  • Course ObjectivesCreate a tree-structured report, format hierarchical data, and exclude branches from the tree structureIdentify the benefits of using regular expressionsUse the regular expressions and subexpressions functionsIdentify the benefits of using Analytic SQLReview the available SQL for aggregation operators, SQL for Analysis and Reporting functions, and the SQL for Modeling using the SQL MODEL clauseGroup and aggregate data using the ROLLUP and CUBE operators, the GROUPING function, Composite Columns, and the Concatenated GroupingsAnalyze and report data using Ranking functions, the LAG/LEAD functions, and the PIVOT and UNPIVOT clausesUse the MODEL clause to create a multidimensional array from query results and then apply formulas to this array to calculate new valuesInterpret the concept of a hierarchical query, create a tree-structured report, format hierarchical data, and exclude branches from the tree structure

    Course Topics

    IntroductionCourse ObjectivesCourse AgendaClass Accounts InformationAppendices Used in this CourseSample Schemas Used in this CourseSQL Environments Available in the CourseOverview of Oracle SQL Developer Oracle 11g SQL and Data Warehousing Documentation and Additional Resources

    Grouping and Aggregating Data Using SQLWhat is Analytic SQL? Analytic SQL in Data Warehouses Agenda: SQL for Aggregation, SQL for Analysis and Reporting, and SQL for ModelingGenerating Reports by Grouping Related DataUsing the GROUP BY Clause With the ROLLUP and CUBE OperatorsUsing the ROLLUP and CUBE OperatorsUsing the GROUPING FunctionWorking With GROUPING SETSWorking With Composite Columns and Concatenated Groupings

    Analyzing and Reporting Data Using SQLOverview of SQL for Analysis and Reporting FunctionsIdentifying the SQL Ranking FunctionsControlling the Ranking OrderRanking on Multiple ExpressionsUsing the RANK, DENSE_RANK, and PERCENT_RANK FunctionsRanking Per CUBE and ROLLUPUsing the LAG/LEAD FunctionsPerforming Pivoting Operations Using the PIVOT and UNPIVOT Clauses

    Modeling Data Using SQLOverview of SQL for Modeling DataIntegrating Inter-row Calculations in SQLWorking With the SQL MODEL ClauseCell and Range ReferencesUsing the CV()FunctionUsing the FOR Construct with IN List Operator, Incremental Values, and a SubqueryUsing Reference Models

    Copyright 2009, Oracle. Vse pravice pridrane. Stran 2

  • Cyclic Rules in Models

    Hierarchical RetrievalHierarchical Retrieval: OverviewNatural Tree StructureHierarchical QueriesWalking the TreeWalking the Tree: From the Bottom Up and From the Top DownRanking Rows with the LEVEL PseudocolumnFormatting Hierarchical Reports Using LEVEL and LPADPruning Branches and Nodes

    Analyzing Data Using Regular ExpressionsThe Benefits of Using Regular ExpressionsUsing the Regular Expressions Functions and Conditions in SQLUsing Metacharacters with Regular ExpressionsPerforming a Basic Search Using the REGEXP_LIKE ConditionFinding Patterns Using the REGEXP_INSTR FunctionExtracting Substrings Using the REGEXP_SUBSTR FunctionReplacing Patterns Using the REGEXP_REPLACE FunctionUsing Subexpressions with Regular Expression Support

    Copyright 2009, Oracle. Vse pravice pridrane. Stran 3