oaxino Posted November 24, 2024 Report Share Posted November 24, 2024 SQL For Data Analysis: Advanced SQL Querying TechniquesPublished 11/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 3.55 GB | Duration: 8h 21mLearn advanced data analysis with SQL, and master topics like subqueries, CTEs, window functions, and moreWhat you'll learnConduct multi-table analysis using JOINs and learn variations like self joins, cross joins, and moreLearn to work with nested queries by writing subqueries and common table expressions (CTEs), and understand the best use cases for eachUse window functions to perform calculations across a set of rows and learn various function options and applicationsDiscover the many SQL functions that can be applied to fields of numeric, datetime, string, and NULL data typesApply advanced querying techniques to common data analysis scenarios, including pivoting data, rolling calculations, and moreRequirementsAny SQL Editor (we'll walk you through the install process specifically for MySQL Workbench)If you are new to SQL, we strongly recommend taking Maven Analytics' Beginner MySQL Business Intelligence course firstDescriptionThis is a hands-on, project-based course designed to help you move beyond the "Big 6" clauses into advanced querying techniques.We'll start by reviewing the basics and conducting multi-table analyses, including basic joins, self-joins, cross-joins, and unions.Next, we'll cover different ways of working with nested queries by writing subqueries and common table expressions, or CTEs. We'll walk through examples of subqueries within the various clauses, rewrite subqueries as CTEs, introduce recursive CTEs, and compare these techniques to other options like temporary tables and views.From there, we'll break down each component of a window function and review common window functions like ROW_NUMBER, RANK, FIRST_VALUE, LEAD, and LAG. We'll also cover general functions for working with different data types in SQL, including numeric, datetime, string, and NULL functions.Last but not least, we'll take the concepts we've learned and use them across a series of common data analysis applications. We'll deal with duplicate values, apply special value filters, perform rolling calculations, and more.To wrap up the course, you'll work on a project as a Data Analyst Intern for Major League Baseball, and use advanced SQL querying techniques to track how player stats like salary, height, and weight have changed over time and across different teams.COURSE OUTLINE:SQL Basics ReviewReview the big 6 clauses of a SQL query along with other commonly used keywords like LIMIT, DISTINCT, and moreMulti-Table AnalysisReview JOIN basics (INNER, LEFT, RIGHT, OUTER) and introduce variations like self joins, CROSS JOINs, and moreSubqueries & CTEsLearn how to write subqueries and Common Table Expressions and understand the best situations for using certain techniquesWindow FunctionsIntroduce window functions to perform calculations across a set of rows and discuss various function options and applicationsFunctions by Data TypeDiscover the many SQL functions that can be applied to fields of numeric, datetime, string, and NULL data typesData Analysis ApplicationsApply advanced querying techniques to common data analysis scenarios, including pivoting data, rolling calculations, and moreFinal ProjectLeverage everything you've learned to track how Major League Baseball (MLB) player statistics have changed over time and across different teams in the league__________Ready to dive in? Join today and get immediate, LIFETIME access to the following:8 hours of high-quality video21 homework assignments6 quizzes4-part final projectAdvanced SQL Querying ebook (150+ pages)Downloadable project files & solutionsExpert support and Q&A forum30-day Udemy satisfaction guaranteeIf you're an analyst, data scientist, or BI professional looking to master advanced querying with SQL, this is the course for you.Happy learning!-Alice Zhao (Author, SQL Pocket Guide and Data Science Instructor, Maven Analytics)__________Looking for our full business intelligence stack? Search for "Maven Analytics" to browse our full course library, including Excel, Power BI, MySQL, Tableau and Machine Learning courses!See why our courses are among the TOP-RATED on Udemy:"Some of the BEST courses I've ever taken. I've studied several programming languages, Excel, VBA and web dev, and Maven is among the very best I've seen!" Russ C."This is my fourth course from Maven Analytics and my fourth 5-star review, so I'm running out of things to say. I wish Maven was in my life earlier!" Tatsiana M."Maven Analytics should become the new standard for all courses taught on Udemy!" Jonah M.OverviewSection 1: Getting StartedLecture 1 Course IntroductionLecture 2 Course Structure & OutlineLecture 3 READ ME: Important Notes for New StudentsLecture 4 DOWNLOAD: Course ResourcesLecture 5 PREVIEW: Final ProjectLecture 6 Setting ExpectationsSection 2: Installation & SetupLecture 7 Installation & SetupLecture 8 Where to Write SQL CodeLecture 9 Installing MySQL (Mac)Lecture 10 Installing MySQL Workbench (Mac)Lecture 11 Installing MySQL (PC)Lecture 12 Installing MySQL Workbench (PC)Lecture 13 Getting Started with MySQL WorkbenchLecture 14 Loading Data for This CourseLecture 15 DEMO: Loading Data in MySQLLecture 16 DEMO: Loading Data in Other RDBMSsSection 3: SQL Basics ReviewLecture 17 Section IntroductionLecture 18 The Big 6Lecture 19 Common SQL KeywordsLecture 20 DEMO: SQL Basics ReviewSection 4: Multi-Table AnalysisLecture 21 Section IntroductionLecture 22 Working with Multiple TablesLecture 23 Basic JoinsLecture 24 Basic Join TypesLecture 25 ASSIGNMENT: Basic JoinsLecture 26 SOLUTION: Basic JoinsLecture 27 Joining on Multiple ColumnsLecture 28 Joining Multiple TablesLecture 29 Self JoinsLecture 30 ASSIGNMENT: Self JoinsLecture 31 SOLUTION: Self JoinsLecture 32 Cross JoinsLecture 33 UNION vs UNION ALLLecture 34 Key TakeawaysSection 5: Subqueries & CTEsLecture 35 Section IntroductionLecture 36 Subquery BasicsLecture 37 Subqueries in the SELECT ClauseLecture 38 ASSIGNMENT: Subqueries in the SELECT ClauseLecture 39 SOLUTION: Subqueries in the SELECT ClauseLecture 40 Subqueries in the FROM ClauseLecture 41 Multiple SubqueriesLecture 42 ASSIGNMENT: Subqueries in the FROM ClauseLecture 43 SOLUTION: Subqueries in the FROM ClauseLecture 44 Subqueries in the WHERE & HAVING ClausesLecture 45 ANY vs ALLLecture 46 EXISTS and Correlated SubqueriesLecture 47 ASSIGNMENT: Subqueries in the WHERE ClauseLecture 48 SOLUTION: Subqueries in the WHERE ClauseLecture 49 Common Table ExpressionsLecture 50 Subqueries vs CTEsLecture 51 Referencing a CTE Multiple TimesLecture 52 ASSIGNMENT: CTEsLecture 53 SOLUTION: CTEsLecture 54 Multiple CTEsLecture 55 ASSIGNMENT: Multiple CTEsLecture 56 SOLUTION: Multiple CTEsLecture 57 Recursive CTEsLecture 58 Subqueries vs CTEs vs Temp Tables vs ViewsLecture 59 Key TakeawaysSection 6: Window FunctionsLecture 60 Section IntroductionLecture 61 Window Function BasicsLecture 62 Breaking Down a Window FunctionLecture 63 ASSIGNMENT: Window FunctionsLecture 64 SOLUTION: Window FunctionsLecture 65 Functions for Window FunctionsLecture 66 ROW_NUMBER, RANK & DENSE_RANKLecture 67 ASSIGNMENT: Row NumberingLecture 68 SOLUTION: Row NumberingLecture 69 FIRST_VALUE, LAST_VALUE & NTH_VALUELecture 70 ASSIGNMENT: Value Within a WindowLecture 71 SOLUTION: Value Within a WindowLecture 72 LEAD & LAGLecture 73 ASSIGNMENT: Value Relative to a RowLecture 74 SOLUTION: Value Relative to a RowLecture 75 NTILELecture 76 ASSIGNMENT: Statistical FunctionsLecture 77 SOLUTION: Statistical FunctionsLecture 78 PREVIEW: Moving Average CalculationsLecture 79 Key TakeawaysSection 7: Functions By Data TypeLecture 80 Section IntroductionLecture 81 Function BasicsLecture 82 Numeric FunctionsLecture 83 CAST & CONVERTLecture 84 ASSIGNMENT: Numeric FunctionsLecture 85 SOLUTION: Numeric FunctionsLecture 86 DateTime FunctionsLecture 87 ASSIGNMENT: DateTime FunctionsLecture 88 SOLUTION: DateTime FunctionsLecture 89 String FunctionsLecture 90 ASSIGNMENT: String FunctionsLecture 91 SOLUTION: String FunctionsLecture 92 Pattern MatchingLecture 93 DEMO: Pattern MatchingLecture 94 ASSIGNMENT: Pattern MatchingLecture 95 SOLUTION: Pattern MatchingLecture 96 NULL FunctionsLecture 97 ASSIGNMENT: NULL FunctionsLecture 98 SOLUTION: NULL FunctionsLecture 99 Key TakeawaysSection 8: Data Analysis ApplicationsLecture 100 Section IntroductionLecture 101 Duplicate ValuesLecture 102 ASSIGNMENT: Duplicate ValuesLecture 103 SOLUTION: Duplicate ValuesLecture 104 Min / Max Value FilteringLecture 105 ASSIGNMENT: Min / Max Value FilteringLecture 106 SOLUTION: Min / Max Value FilteringLecture 107 PivotingLecture 108 ASSIGNMENT: PivotingLecture 109 SOLUTION: PivotingLecture 110 Rolling CalculationsLecture 111 DEMO: Rolling CalculationsLecture 112 ASSIGNMENT: Rolling CalculationsLecture 113 SOLUTION: Rolling CalculationsLecture 114 DEMO: Imputing NULL ValuesLecture 115 Key TakeawaysSection 9: Final ProjectLecture 116 Final Project OverviewLecture 117 ASSIGNMENT: School AnalysisLecture 118 SOLUTION: School AnalysisLecture 119 ASSIGNMENT: Salary AnalysisLecture 120 SOLUTION: Salary AnalysisLecture 121 ASSIGNMENT: Player Career AnalysisLecture 122 SOLUTION: Player Career AnalysisLecture 123 ASSIGNMENT: Player Comparison AnalysisLecture 124 SOLUTION: Player Comparison AnalysisSection 10: Next StepsLecture 125 BONUS LESSONAnalysts or BI professionals looking to analyze data stored in relational database systems,SQL users who want to develop advanced querying skills,Anyone looking for a hands-on, practical, and highly engaging way to master SQL for advanced data analysisScreenshotsSay "Thank You"rapidgator.net:https://rapidgator.net/file/222006f955c817d2d565908486f6ec70/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part1.rar.htmlhttps://rapidgator.net/file/d35ff785e6912ae2f28805eaabf5f6ae/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part2.rar.htmlhttps://rapidgator.net/file/0ac409cdd5a1d5a855eab1d6b65a4f22/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part3.rar.htmlhttps://rapidgator.net/file/a40b2abc1dcec56347f8a14087ca7133/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part4.rar.htmlnitroflare.com:https://nitroflare.com/view/FDAD8AC8025C15D/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part1.rarhttps://nitroflare.com/view/429416EEADB12CA/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part2.rarhttps://nitroflare.com/view/F193B585BDED937/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part3.rarhttps://nitroflare.com/view/54D940B4613F9C7/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part4.rarddownload.com:https://ddownload.com/eaib6w86nt78/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part1.rarhttps://ddownload.com/0j0okv9v52r4/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part2.rarhttps://ddownload.com/vkrubpgo27qf/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part3.rarhttps://ddownload.com/jdv3kce8db07/kpaiv.SQL.For.Data.Analysis.Advanced.SQL.Querying.Techniques.part4.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now