Skip to content

This is a hands-on project that will help SQL users use window functions extensively for database insights.

Notifications You must be signed in to change notification settings

travistheall/SQLWindowsFnAnalytics

Repository files navigation

SQLWindowsFnAnalytics

This is a hands-on project that will help SQL users use window functions extensively for database insights. In this project, you will learn how to explore and query the project-db database extensively. We will start this hands-on project by retrieving the data in the table in the database. By the end of this 2-hour-and-a-half-long project, you will be able to use different window functions to retrieve the desired result from a database. In this project, you will learn how to use SQL window functions like ROW_NUMBER(), RANK(), DENSE_RANK(), NTILE(), and LAST_VALUE() to manipulate data in the project-db database. Also, we will consider how to use aggregate window functions. These window functions will be used together with the OVER() clause to query this database. By extension, we will use grouping functions like GROUPING SETS(), ROLLUP(), and CUBE() to retrieve sublevel and grand totals.

Project Sections

  1. Getting Started
  2. Window Functions - Refresher
  3. Ranking
  4. Paging: NTILE()
  5. Aggregate Window Functions - Part One
  6. Aggregate Window Functions - Part Two
  7. Window Frames - Part One
  8. Window Frames - Part Two
  9. GROUPING SETS(), ROLLUP(), & CUBE()

Certificate

Verify Cert

References

About

This is a hands-on project that will help SQL users use window functions extensively for database insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published