10 Day MySQL Bootcamp | My SQL Database Design for Beginners
- Descrição
- Currículo
- FAQ
- Revisões
You can learn MySQL Database Design and become a Data Analytics wizard in just 10 days!
Step into the realm of database management and SQL proficiency with our immersive 10-day course using My SQL. This course is structured to facilitate learners with no prior experience, gradually leading up to advanced concepts, making you adept in handling and manipulating data using MySQL.
Real World, Practical MySQL Course
This is a completely hands on course where we work with real data and learn SQL using real world scenarios.
10-Day My SQL Course Breakdown:
Day 1: Getting Started with SQL & My SQL
-
Introduction to Databases
-
Setting up MySQL / My SQL
-
Understanding basic database terminology
-
Getting acquainted with MySQL interface
-
Writing basic SQL Statements and querying the database
Day 2: Select – A Closer Look
-
Delving into SELECT statement
-
Selecting and extracting data from tables
-
Various options and settings associated with SELECT
Day 3: Where – A Closer Look
-
Understanding WHERE clause
-
Filtering data based on various conditions
-
Complex WHERE clauses
Day 4: Grouping and Aggregation
-
Introduction to data grouping
-
Using aggregate functions (SUM, AVG, MAX, MIN, COUNT)
-
Understanding GROUP BY and HAVING clauses
Day 5: JOINS
-
Overview of JOINS
-
Types of JOINS (INNER, LEFT, RIGHT, SELF, CROSS, NATURAL)
-
Practical examples and use cases
Day 6: Database Design
-
Principles of database design
-
Understanding relationships (One-to-One, One-to-Many, Many-to-Many)
-
Normalization and its types
Day 7: DDL (Data Definition Language)
-
Understanding DDL commands (CREATE, ALTER, DROP)
-
Creating and managing tables and databases
Day 8: DML (Data Manipulation Language)
-
Overview of DML commands (INSERT, UPDATE, DELETE)
-
Manipulating data in tables
Day 9: SubQueries and Functions
-
Developing subqueries
-
Working with ANY, ALL, EXISTS, NOT EXISTS
Day 10: MySQL with Python
-
Setting up Python MySQL environment
-
Executing MySQL commands from Python
Day 10: MySQL with Java
-
Configuring MySQL with Java
-
Executing MySQL commands from Java
What will You Learn in this SQL Database Design Course?
-
By the end of this course, you will be able to write SQL queries to perform data analysis and even manage the data on their own confidently.
-
Learn how you can design your own database and structure it by learning about different relationships and normalization techniques.
-
Gain comprehensive knowledge of SQL syntax to query, modify, and manage data in databases effectively, using MySQL. Concepts and SQL knowledge applicable to platforms like PostgreSQL, and SQL Server.
-
Develop strong foundational skills in database creation, manipulation, and management using MySQL, a popular open-source relational database management system.
-
Learn to do data analytics to extract actionable insights from complex datasets using advanced SQL queries, these can help you make informed business decisions.
-
Develop a rounded understanding of database concepts, including database design, normalization, which are essential in maintaining data integrity and consistency.
-
Engage in 50+ hands-on challenges to apply your acquired knowledge in real-world scenarios using My SQL
-
Learn how you can use MySQL with popular development environments like Java and Python.
Database Design with MySQL Course Features:
-
Over 150+ examples/challenges
-
Hands-on exercises and real-world project examples
-
Taught by an experienced instructor
-
Comes with a Certificate of completion
Prerequisites for this SQL with MySQL Course:
-
No prior experience in SQL or database is necessary
Target Audience for this SQL with MySQL Course:
-
Programmers / Engineering Architects who are looking to learn SQL to build database-driven applications
-
Aspiring data analysts and business analysts
-
Professionals aiming to upscale their SQL skills
-
Students and enthusiasts who wish to learn SQL to excel in their career
Let’s begin on this 10-day journey to transition from a novice to a proficient database master, capable of integrating MySQL functionalities with Python and Java. Let’s get data-driven.
Are you ready?
Enroll now, and we’ll see you in lesson 1.
-
3Introduction to DAY 1Vídeo Aula
-
4Basics: Understanding Data and DatabasesVídeo Aula
-
5What is DBMS (Database Management System)?Vídeo Aula
-
6Introduction to Relational Databases ConceptsVídeo Aula
-
7Overview of SQLVídeo Aula
-
8Installing MySQL on WindowsVídeo Aula
-
9Installing MySQL on MacVídeo Aula
-
10Installing MySQL on LinuxVídeo Aula
-
11MySQL InterfaceVídeo Aula
-
12Creating Database to work on this CourseVídeo Aula
-
13USE Database in SQLVídeo Aula
-
14Basic SQL Query with MySQLVídeo Aula
-
15Mastering Data SelectionQuestionário
-
16Doing More with SELECTVídeo Aula
-
17Refining Data RetrievalQuestionário
-
18Challenge: Getting Overview Of ProductsVídeo Aula
-
19Challenge: Specific Product InformationVídeo Aula
-
20Comments in SQLVídeo Aula
-
21DAY 1: ReviewVídeo Aula
-
22Section 2 Recap QuizQuestionário
Test your knowledge of what we've covered in this section.
-
23Introduction to DAY 2Vídeo Aula
-
24Introduction to SELECT StatementVídeo Aula
-
25Data Types in SQLVídeo Aula
-
26Eliminating Duplicate Rows using SQLVídeo Aula
-
27Challenge: Product DiversityVídeo Aula
-
28Exploring Data UniquenessQuestionário
-
29Column Aliases in SQLVídeo Aula
-
30Enhancing Data ClarityQuestionário
-
31Challenge: Customer ReportVídeo Aula
-
32Using Expressions with SELECTVídeo Aula
-
33Product Revenue CalculationQuestionário
-
34What are NULL Values in SQLVídeo Aula
-
35Handling NULL Values in SQLVídeo Aula
-
36Null Value HandlingQuestionário
-
37Sorting Results with ORDER BYVídeo Aula
-
38Effective Data SortingQuestionário
-
39Challenge: Pricing ReviewVídeo Aula
-
40Limiting Results with LIMITVídeo Aula
-
41Top Scoring PlayersQuestionário
-
42Challenge: Premium ProductsVídeo Aula
-
43DAY 2: ReviewVídeo Aula
-
44Section 3 Recap QuizQuestionário
Test your knowledge of what we've covered in this section.
-
45Introduction to DAY 3Vídeo Aula
-
46Introduction to WHERE ClauseVídeo Aula
-
47Filtering the resultsQuestionário
-
48Operators in SQLVídeo Aula
-
49Arithmetic Operators in SQLVídeo Aula
-
50Profit AnalysisQuestionário
-
51Challenge: Tax CalculationsVídeo Aula
-
52Comparison Operators in SQLVídeo Aula
-
53Hire Date FilterQuestionário
-
54AND Operator: Working with Multiple ConditionsVídeo Aula
-
55Student Performance EvaluationQuestionário
-
56Challenge: Accessories under $30Vídeo Aula
-
57OR Operator: Working with Multiple Conditions in SQLVídeo Aula
-
58Course EnrollmentQuestionário
-
59Challenge: Inventory CheckVídeo Aula
-
60NOT Operator in SQLVídeo Aula
-
61Voter Eligibility CheckQuestionário
-
62Alternative to Multiple OR’sVídeo Aula
-
63Color Preference SurveyQuestionário
-
64Challenge: Customer LocationVídeo Aula
-
65Challenge: Product PopularityVídeo Aula
-
66Between in SQLVídeo Aula
-
67Sports Events Age GroupQuestionário
-
68Challenge: Price AdjustmentVídeo Aula
-
69Searching for a Pattern in Data with LIKE OperatorVídeo Aula
-
70Find University NamesQuestionário
-
71Challenge: Searching for StarsVídeo Aula
-
72Using WHERE with NULL ValuesVídeo Aula
-
73Bank Account StatusQuestionário
-
74Nested WHERE Clauses using MySQLVídeo Aula