MySQL: Grouping & Aggregation Operations
MySQL
| Intermediate
- 8 videos | 57m 26s
- Includes Assessment
- Earns a Badge
Learners can explore how to use grouping and aggregation operators to analyze groups of rows rather than just individual rows, in this 8-video course. In it you will learn how to perform filtering operations on groups of rows. Then examine the GROUP BY clause, one of the most important syntactic constructs in SQL. You will learn how to use the GROUP BY clause to analyze groups of rows aggregated by common attribute values. Next, learn about aggregate functions such as SUM, COUNT, MIN, and MAX, and how they are used with GROUP BY clauses. You will learn how subqueries can be leveraged by using the ANY, SOME, and ALL keywords. You will learn how to implement multi-way joins in MySQL, and how the HAVING clause adds to the effectiveness of the GROUP BY construct by allowing groups of rows to be filtered based on specific conditions. Finally, this course explains the differences between the WHERE clause and the HAVING clause, which applies conditional filters to groups of rows rather than to individual rows.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this coursePrepare a small but meaningful relation that can be used to work with data aggregation operatorsUse the distinct keyword as well as the group by clause to identify duplicates and cardinalityUse the group by clause with important common aggregation functions such as sum, count, min, max
-
Use the having keyword along with the group by clause to apply filters to aggregatesUse the some, all, and any keywords to link subqueries to outer queriesImplement joins with more than two relations in mysqlCourse summary
IN THIS COURSE
-
1m 47s
-
9m 9sIn this video, you will prepare a small but meaningful relation that can be used with data aggregation operators. FREE ACCESS
-
9m 10sDuring this video, you will learn how to use the DISTINCT keyword and the GROUP BY clause to identify duplicates and cardinality. FREE ACCESS
-
8m 48sIn this video, find out how to use the GROUP BY clause with important common aggregation functions such as SUM, COUNT, MIN, and MAX. FREE ACCESS
-
8m 46sLearn how to use the HAVING keyword with the GROUP BY clause to apply filters to aggregates. FREE ACCESS
-
9m 10sIn this video, you will use the SOME, ALL, and ANY keywords to link subqueries to outer queries. FREE ACCESS
-
9m 31sIn this video, you will learn how to implement joins with more than two relations in MySQL. FREE ACCESS
-
1m 5sDuring this video, you will learn how to create a course summary. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Book
Job Ready SQL