Data Analysis With PostgreSQL: Analytic -Aggregate Functions (Udemy.com)
Practical Beginners Hands-on Data Analysis Using PostgreSQL's Analytic and Aggregate Fnctions
Created by: Bluelime Learning Solutions
Produced in 2018
What you will learn
- Install PostgreSQL
- Create and populate a table
- Load sample database
- Connect to database
- Analyse data with AVG aggregate function
- Analyse data with SUM aggregate function
- Analyse data with COUNT aggregate function
- Analyse data with MAX aggregate function
- Analyse data with MIN aggregate function
- Analyse data with FIRST VALUE analytic function
- Analyse data with RANK analytic function
- Analyse data with DENSE RANK analytic function
- Analyse data with LAST analytic function
- Analyse data with LAG analytic function
Quality Score
Overall Score : 0 / 100
Course Description
Aggregate functions perform a calculation on a set of values and return a single value. Analytic functions compute an aggregate value based on a set of values, and, unlike aggregate functions, can return multiple rows for each set of values.
If you want to run a query using only aggregate functions, the query will return one row with a column for each field. If you want to run a query using an aggregate function in conjunction with the GROUP BY function, the query will return one row for each value found in the grouped field.
If you want to run a query using an analytic function, the query will return one row for each field in the defined range of fields used to perform the calculations.
If you use an aggregate function with any other function in a query, one field in the query must contain the GROUP BY function.
Analytic functions are frequently used in fields such as finance and science to provide trend, outlier, and bucketed analysis for large data sets
Unlike traditional aggregation functions, which return only a single value for each group defined in the query, Analytic functions return a single value for each input row .They increase the efficiency and reduce the complexity of queries that analyse partitions (windows) of a data set.
This course will use aggregate and analytic functions to query and analyse data from a PostgreSQL database.Who this course is for:
- Beginner DBA
- Anyone who wants to learn something new.
Instructor Details
- 0.0 Rating
0 Reviews
Bluelime Learning Solutions
Bluelime is UK based and creates quality easy to understand eLearning solutions .All our courses are 100% video based. We teach hands on- examples that teach real life skills .
Bluelime has engaged in various types of projects for fortune 500 companies and understands what is required to prepare students with the relevant skills they need.
More courses by Bluelime Learning Solutions
Become an SQL Developer: Learn (SSRS, SSIS, SSAS,T-SQL,DW) (2021)
3.7 (260 Reviews)
Provider: Udemy
Time: 17h
$11.99
17 Beginner C# Walkthrough Projects step by step (2021)
3.9 (189 Reviews)
Provider: Udemy
Time: 17h
$11.99
PostgreSQL Database Administration (DBA) for Beginners (2018)
3.2 (93 Reviews)
Provider: Udemy
Time: 11.5h
$11.99
Python and Django Full-Stack Web Development for beginners (2021)
4.3 (58 Reviews)
Provider: Udemy
Time: 34.5h
$11.99
Learn Java by building 17 projects step by step (2018)
3.6 (52 Reviews)
Provider: Udemy
Time: 10.5h
$11.99
More postgresql courses
SQL and PostgreSQL: The Complete Developer's Guide (2021)
4.8 (60 Reviews)
Provider: Udemy
Time: 22h
$11.99
Practical SQL Bootcamp for Data Analysts and Data Scientists (2021)
4.8 (50 Reviews)
Provider: Udemy
Time: 3.5h
$11.99
Python 3 Complete Masterclass - Make Your Job Tasks Easier! (2021)
4.7 (414 Reviews)
Provider: Udemy
Time: 15.5h
$11.99














