SQL for Data Analysis: Beginner MySQL Business Intelligence
- Descrição
- Currículo
- FAQ
- Revisões
SQL and MySQL are incredibly powerful tools for managing and analyzing relational databases, and a skill that every Analyst and Business Intelligence professional should have in the arsenal.
In this course, you’ll play the role of a business owner who just acquired Maven Movies, a brick and mortar DVD rental shop. Using only a MySQL database and MySQL Workbench, your mission is to learn everything that you can about your new business; including your inventory, staff, and customer behavior.
But don’t worry, you’re not alone! We’ll be right here to guide you from start to finish, sharing crystal clear explanations, MySQL pro tips and best practices, and course quizzes, projects and homework assignments to test your SQL data analysis and database analytics skills along the way.
COURSE OUTLINE:
-
SQL Intro & MySQL Setup
We’ll start with a quick intro to the SQL landscape and it’s common “flavors” (MySQL, SQLite, PostgreSQL, etc), then download and install the tools that we’ll need to access and explore our MySQL database (MySQL Community Server + MySQL Workbench)
-
SQL Database Fundamentals (Part 1)
Once we have our tools installed, we’ll quickly review some database fundamentals and begin to explore the 16 tables contained within our MySQL database, containing information about Maven Movies customers, inventory, and transactions.
-
Analyzing Data from Single Tables with MySQL
In this section we’ll start exploring and extracting information from individual tables in our MySQL database, and practice writing SQL queries to select, filter, sort and group our data for analysis and business intelligence.
[MID-COURSE MYSQL PROJECT]
-
SQL Database Fundamentals (Part 2)
The second half of the course is all about anayzing data from multiple tables in MySQL, so we’ll begin with a quick review of relational databases, data modeling and database analysis: primary vs. foreign keys, relationship cardinality, normalization, etc.
-
Analyzing Multiple Tables via MySQL JOINS
In this section, we’ll review the most common types of SQL joins (INNER, LEFT, RIGHT, OUTER, etc), and explore some more complex MySQL queries to analyze data that bridges multiple tables in our database.
[FINAL MYSQL PROJECT]
IMPORTANT NOTE: This course does NOT cover building, altering, or maintaining SQL/MySQL databases. Our goal here is to focus on data exploration and database analysis using MySQL and MySQL Workbench (we’ll cover database administration tools in a separate course).
______________________________
Enroll today and get LIFETIME access to:
-
5+ hours of high-quality video
-
Downloadable MySQL ebook
-
Quizzes and homework assignments
-
Mid-course and Final SQL projects
-
30-day money-back guarantee
If you’re looking for a hands-on, practical guide to mastering data analysis with SQL/MySQL, this is the course for you!
Happy analyzing!
-John (Lead SQL Instructor & MySQL Expert, Maven Analytics)
______________________________
Looking for the full business intelligence stack? Search for “Maven Analytics“ to browse our full course library, including Excel, Power BI, MySQL, and Tableau courses!
See why this is one of the TOP RATED SQL/MySQL Courses on Udemy:
“Clear presentation of information and with enough repetition of important SQL concepts to help make the information memorable. Loved the frequent practice examples and code debugging exercises!”
– Maggi M.
“I totally loved this course! Everything was very easy to understand, but it moved at a fast enough pace that I never got bored. I learned SO much about MySQL and had fun doing it. In fact, at the end of the day I didn’t want to stop learning — I wanted to keep charging on to the next lesson!”
– Ann S.
“John’s deep understanding of SQL and database analysis and ability to explain those tools to a newcomer with 0 experience, is really unmatched. I’ve taken other SQL and MySQL courses and tried reading books, but this course is by far the easiest way to understand SQL. Excited to see more courses from John!”
– Steven M.
-
1Course Structure & Outline - MySQL Database for BeginnersVídeo Aula
-
2READ ME: Important Notes for New StudentsTexto
-
3DOWNLOAD: Course ResourcesTexto
-
4Introducing the Course Project - Play the Role of Business AnalystVídeo Aula
-
5Setting Expectations - Focus on Business Analysis, NOT MySQL AdministrationVídeo Aula
This is NOT your run of the mill PHP MySQL course, where you just get surface level exposure to building databases and writing SQL queries. Instead of trying to cover both building databses using PHP + MySQL and SQL querying, this course stays away from building and maintenance, so that we can go really deep on analyzing data that is already in a MySQL database. We start with the basics, so even if you've never written SQL code before, this course is a good fit for aspiring Database Analysts.
-
6Introduction to Installing MySQL and MySQL Workbench for BeginnersVídeo Aula
-
7Why Learn SQL?Vídeo Aula
-
8History & SQL "Flavors" (MySQL, MS SQL Server, SQL Lite, T SQL, Microsoft SQL)Vídeo Aula
-
9MySQL Installation OverviewVídeo Aula
-
10Mac Download - Community ServerVídeo Aula
-
11Mac Download - MySQL WorkbenchVídeo Aula
-
12PC Download - Community Server + WorkbenchVídeo Aula
-
13Connecting Workbench to the ServerVídeo Aula
-
14MySQL Workbench InterfaceVídeo Aula
-
15Creating the Maven Movies DatabaseVídeo Aula
-
16QUIZ: MySQL Intro & SetupQuestionário
-
17Introduction to Databases and SQL QueryingVídeo Aula
-
18Getting to Know the DatabaseVídeo Aula
-
19The "Big 6" Statements and Clauses of SQL QueriesVídeo Aula
-
20The SELECT Statement - Your SQL Querying Starts HereVídeo Aula
-
21The FROM Clause - Tell the Server Which Table Your SQL Query Will Pull Data FromVídeo Aula
-
22SELECT * FROMVídeo Aula
-
23The USE StatementVídeo Aula
-
24Selecting Specific ColumnsVídeo Aula
-
25ASSIGNMENT: SELECT & FROMVídeo Aula
-
26SOLUTION: SELECT & FROMVídeo Aula
-
27SELECT DISTINCTVídeo Aula
-
28ASSIGNMENT: SELECT DISTINCTVídeo Aula
-
29SOLUTION: SELECT DISTINCTVídeo Aula
-
30The WHERE ClauseVídeo Aula
-
31Common WHERE OperatorsVídeo Aula
-
32ASSIGNMENT: The WHERE ClauseVídeo Aula
-
33SOLUTION: The WHERE ClauseVídeo Aula
-
34Combining WHERE & ANDVídeo Aula
-
35ASSIGNMENT: WHERE & ANDVídeo Aula
-
36SOLUTION: WHERE & ANDVídeo Aula
-
37Combining WHERE & ORVídeo Aula
-
38ASSIGNMENT: WHERE & ORVídeo Aula
-
39SOLUTION: WHERE & ORVídeo Aula
-
40Combining WHERE & INVídeo Aula
-
41The LIKE OperatorVídeo Aula
-
42LIKE Wildcard ExamplesVídeo Aula
-
43ASSIGNMENT: The LIKE OperatorVídeo Aula
-
44SOLUTION: The LIKE OperatorVídeo Aula
-
45The GROUP BY ClauseVídeo Aula
-
46GROUP BY ExampleVídeo Aula
-
47PRO TIP: Using Comments & AliasesVídeo Aula
-
48ASSIGNMENT: GROUP BYVídeo Aula
-
49SOLUTION: GROUP BYVídeo Aula
-
50Multiple Dimension GROUP BY ClausesVídeo Aula
-
51Grouping with Aggregate FunctionsVídeo Aula
-
52ASSIGNMENT: Aggregate FunctionsVídeo Aula
-
53SOLUTION: Aggregate FunctionsVídeo Aula
-
54The HAVING ClauseVídeo Aula
-
55HAVING ExampleVídeo Aula
-
56ASSIGNMENT: The HAVING ClauseVídeo Aula
-
57SOLUTION: The HAVING ClauseVídeo Aula
-
58The ORDER BY ClauseVídeo Aula
-
59ORDER BY ExampleVídeo Aula
-
60ASSIGNMENT: The ORDER BY ClauseVídeo Aula
-
61SOLUTION: The ORDER BY ClauseVídeo Aula
-
62RECAP: The "Big 6"Vídeo Aula
-
63QUIZ: Single Table Analysis (PART 1)Questionário
-
64The CASE StatementVídeo Aula
-
65CASE ExampleVídeo Aula
-
66Common CASE OperatorsVídeo Aula
-
67ASSIGNMENT: The CASE StatementVídeo Aula
-
68SOLUTION: The CASE StatementVídeo Aula
-
69PRO TIP: "Pivoting" with COUNT & CASEVídeo Aula
-
70COUNT & CASE DemoVídeo Aula
-
71ASSIGNMENT: COUNT & CASEVídeo Aula
-
72SOLUTION: COUNT & CASEVídeo Aula
-
73QUIZ: Single Table Analysis (PART 2)Questionário
