Relational Database Support for Data Warehouses
Description
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: Relational Database Support for Data Warehouses is the third course in the Data Warehousing for Business Intelligence specialization. In this course, you'll use analytical elements of SQL for answering business intelligence questions. You'll learn features of relational database management systems for managing summary data commonly used in business intelligence reporting. Because of the importance and difficulty of managing implementations of data warehouses, we'll also delve into storage architectures, scalable parallel processing, data governance, and big data impacts.
Created by: University of Colorado System-
Taught by: Michael Mannino, Associate …

Frequently asked questions
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: Relational Database Support for Data Warehouses is the third course in the Data Warehousing for Business Intelligence specialization. In this course, you'll use analytical elements of SQL for answering business intelligence questions. You'll learn features of relational database management systems for managing summary data commonly used in business intelligence reporting. Because of the importance and difficulty of managing implementations of data warehouses, we'll also delve into storage architectures, scalable parallel processing, data governance, and big data impacts.
Created by: University of Colorado System-
Taught by: Michael Mannino, Associate Professor
Business School, University of Colorado Denver
Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.
Help from your peersConnect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.
CertificatesEarn official recognition for your work, and share your success with friends, colleagues, and employers.
University of Colorado System The University of Colorado is a recognized leader in higher education on the national and global stage. We collaborate to meet the diverse needs of our students and communities. We promote innovation, encourage discovery and support the extension of knowledge in ways unique to the state of Colorado and beyond.Syllabus
WEEK 1
DBMS Extensions and Example Data Warehouses
Module 1 introduces the course and covers concepts that provide a context for the remainder of this course. In the first two lessons, you’ll understand the objectives for the course and know what topics and assignments to expect. In the remaining lessons, you will learn about DBMS extensions, a review of schema patterns, data warehouses used in practice problems and assignments, and examples of data warehouses in education and health care. This informational module will ensure that you have the background for success in later modules that emphasize details and hands-on skills.You should also read about the software requirements in the lesson at the end of module 1. I recommend that you try to install the Oracle software this week before assignments begin in week 2. If you have taken other courses in the specialization, you may already have installed the Oracle software.
7 videos, 14 readings expand
- Video: Course introduction video
- Video: Course objectives video lecture
- Reading: Powerpoint lecture notes for lesson 1
- Video: Course topics and assignments video lecture
- Reading: Powerpoint lecture notes for lesson 2
- Reading: Optional textbook
- Video: DBMS extensions video lecture
- Reading: Powerpoint lecture notes for lesson 3
- Video: Relational database schema patterns video lecture
- Reading: Powerpoint lecture notes for lesson 4
- Video: Colorado Education Data Warehouse video lecture
- Reading: Powerpoint lecture notes for lesson 5
- Video: Data warehouse standards in health care video lecture
- Reading: Powerpoint lecture notes for lesson 6
- Reading: Overview of software requirements
- Reading: Overview of database software installation
- Reading: Oracle installation notes
- Reading: Making connections to a local Oracle database
- Reading: SQL statements for Store Sales tables
- Reading: SQL statements for Inventory tables
- Reading: Optional textbook reading material
Graded: Module 1 quiz
WEEK 2
SQL Subtotal Operators
Now that you have the informational context for relational database support of data warehouses, you’ll start using relational databases to write business intelligence queries! In module 2, you will learn an important extension of the SQL SELECT statement for subtotal operators. You’ll apply what you’ve learned in practice and graded problems using Oracle SQL for problems involving the CUBE, ROLLUP, and GROUPING SETS operators. Because the subtotal operators are part of the SQL standard, your learning will readily apply to other enterprise DBMSs. At the end of this module, you will have solid background to write queries using the SQL subtotal operators as a data warehouse analyst.
5 videos, 12 readings expand
- Video: GROUP BY clause review video lecture
- Reading: Powerpoint lecture notes for lesson 1
- Reading: Additional problems for lesson 1
- Video: SQL CUBE operator video lecture
- Reading: Powerpoint lecture notes for lesson 2
- Reading: Additional problems for lesson 2
- Video: SQL ROLLUP operator video lecture
- Reading: Powerpoint lecture notes for lesson 3
- Reading: Additional problems for lesson 3
- Video: SQL GROUPING SETS operator video lecture
- Reading: Powerpoint lecture notes for lesson 4
- Reading: Additional problems for lesson 4
- Video: Variations of subtotal operators video lecture
- Reading: Powerpoint lecture notes for lesson 5
- Reading: Additional problems for lesson 5
- Reading: Optional textbook reading material
- Reading: Assignment notes
Graded: Module 2 quiz
Graded: Quiz for module 2 assignment
Graded: Assignment for module 2
WEEK 3
SQL Analytic Functions
After your experience using the SQL subtotal operators, you are ready to learn another important SQL extension for business intelligence applications. In module 3, you will learn about an extended processing model for SQL analytic functions that support common analysis in business intelligence applications. You’ll apply what you’ve learned in practice and graded problems using Oracle SQL for problems involving qualitative ranking of business units, window comparisons showing relationships of business units over time, and quantitative contributions showing performance thresholds and contributions of individual business units to a whole business. Because analytic functions are part of the SQL standard, your learning will apply to other enterprise DBMSs. At the end of this module, you will have solid background to write queries using the SQL analytic functions as a data warehouse analyst.
5 videos, 12 readings expand
- Video: Processing Model and Basic Syntax video lecture
- Reading: Powerpoint lecture notes for lesson 1
- Reading: Additional problems for lesson 1
- Video: Extended Syntax and Ranking Functions video lecture
- Reading: Powerpoint lecture notes for lesson 2
- Reading: Additional problems for lesson 2
- Video: Window Comparison I video lecture
- Reading: Powerpoint lecture notes for lesson 3
- Reading: Additional problems for lesson 3
- Video: Window Comparisons II video lecture
- Reading: Powerpoint lecture notes for lesson 4
- Reading: Additional problems for lesson 4
- Video: Functions for Ratio Comparisons video lecture
- Reading: Powerpoint lecture notes for lesson 5
- Reading: Additional problems for lesson 5
- Reading: Optional textbook reading material
- Reading: Assignment notes
Graded: Module 3 quiz
Graded: Quiz for module 3 assignment
Graded: Assignment for module 3
WEEK 4
Materialized View Processing and Design
After acquiring query formulation skills for development of business intelligence applications, you are ready to learn about DBMS extensions for efficient query execution. Business intelligence queries can use lots of resources so materialized view processing and design has become an important extension of DBMSs. In module 4, you will learn about an SQL statement for creating materialized views, processing requirements for materialized views, and rules for rewriting queries using materialized views. To gain insight about the complexity of query rewriting, you will practice rewriting queries using materialized views. To provide closure about relational database support for data warehouses, you will learn about about Oracle tools for data integration, the Oracle Data Integrator, along with two SQL statements useful for specific data integration tasks. After this module, you will have a solid background to use materialized views to improve query performance and deploy the Extraction, Loading, and Transformation approach for data integration as a data warehouse administrator or analyst.
5 videos, 11 readings expand
- Video: Background on traditional views video lecture
- Reading: Powerpoint lecture notes for lesson 1
- Reading: Additional problems for lesson 1
- Video: Materialized view definition and processing video lecture
- Reading: Powerpoint lecture notes for lesson 2
- Reading: Additional problems for lesson 2
- Video: Query Rewriting Rules video lecture
- Reading: Powerpoint lecture notes for lesson 3
- Video: Query Rewriting Examples video lecture
- Reading: Powerpoint lecture notes for lesson 4
- Reading: Additional problems for lesson 4
- Video: Oracle Tools for Data Integration video lecture
- Reading: Powerpoint lecture notes for lesson 5
- Reading: Additional problems for lesson 5
- Reading: Optional textbook reading material
- Reading: Assignment notes
Graded: Module 4 quiz
Graded: Quiz for module 4 assignment
Graded: Assignment for module 4
WEEK 5
Physical Design and Governance
Module 5 finishes the course with a return to conceptual material about physical design technologies and data governance practices. You will learn about storage architectures, scalable parallel processing, big data issues, and data governance. After this module, you will have background about conceptual issues important for data warehouse administrators.
5 videos, 5 readings expand
- Video: Storage Architectures video lecture
- Reading: Powerpoint lecture notes for lesson 1
- Video: Scalable Parallel Processing Approaches video lecture
- Reading: Powerpoint lecture notes for lesson 2
- Video: Big data issues video lecture
- Reading: Powerpoint lecture notes for lesson 3
- Video: Data Governance video lecture
- Reading: Powerpoint lecture notes for lesson 4
- Reading: Optional textbook reading material
- Video: Closing Lecture
Graded: Module 5 quiz
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.