SQL Bootcamp - MYSQL for Beginner to Advanced
- Description
- Curriculum
- FAQ
- Reviews
Are you ready to dive into the world of databases and master the art of querying with MySQL? This beginner-friendly course is designed to provide you with a solid foundation in MySQL while progressively taking you through advanced concepts. Whether you’re a complete novice or have some prior experience, this course will equip you with the skills to confidently interact with databases.
Highlights:
-
Beginner-Friendly: No prior database experience required! This course starts from the ground up, ensuring learners of all backgrounds can grasp the concepts easily.
-
Interactive Practice: Reinforce your learning with a plethora of practice questions. Gain hands-on experience by writing real-world queries and solving challenges that mirror real-life scenarios.
-
Easy Project-Based Approach: Learning by doing is the core of this course. Engage in practical projects that simulate real-world database applications. From designing schemas to querying data, these projects will solidify your understanding.
-
Quick Bites of Knowledge: Time is valuable. That’s why we’ve crafted short, bite-sized videos that deliver concise explanations and demonstrations. Each video is 1 to 2 minutes long, making learning convenient and efficient.
-
Comprehensive Coverage: Starting with the basics of SQL and data manipulation, this course gradually delves into more complex concepts. Topics covered include filtering data, sorting results, aggregate functions, subqueries, and much more. The course culminates in advanced topics like various types of joins and the power of using the UNION operator.
By the end of this course, you will have:
-
Developed a strong foundation in SQL and MySQL.
-
Acquired the ability to design and create efficient databases.
-
Mastered the art of constructing queries to extract, modify, and analyze data.
-
Applied your knowledge to real-world projects that showcase your skills.
Whether you’re looking to enhance your professional capabilities or simply exploring the world of databases, this course is your gateway to becoming a proficient MySQL user. Enroll now and embark on a journey towards database mastery.
Prerequisites: None. Basic computer skills and a willingness to learn are sufficient.
-
12Introduction to our ProjectVideo lesson
-
13INT (Integer) - Numerical data typeVideo lesson
-
14BIGINT (Big Integer) - Numerical data typeVideo lesson
-
15TINYINT (Tiny Integer) Data type and when to use itVideo lesson
-
16DECIMALS - Numerical data typeVideo lesson
-
17FLOAT and DOUBLE - Numerical data typeVideo lesson
-
18BIT and BOOLEAN - Numerical data typeVideo lesson
-
19CHAR - String data typeVideo lesson
-
20VARCHAR - String data typeVideo lesson
-
21TEXT - String data typeVideo lesson
-
22ENUM - String data typeVideo lesson
-
23DATE and TIME - Date and Time data typeVideo lesson
-
24DATETIME - Date and Time data typeVideo lesson
-
25TIMESTAMP - Date and Time data typeVideo lesson
-
26YEAR - Date and Time data typeVideo lesson
-
27BLOB - Other data typesVideo lesson
-
28JSON - Other data typesVideo lesson
-
29Why we need Database SchemaVideo lesson
-
30Levels of SchemaVideo lesson
-
31Introduction to Star SchemaVideo lesson
-
32Installing MYSQL Server and Workbench on MacVideo lesson
-
33Creating our First DatabaseVideo lesson
-
34Code for Creating Database and Time Fact TableText lesson
-
35Introduction to SnowFlake SchemaVideo lesson
-
36Creating our Database in Snowflake SchemaVideo lesson
-
37Code for creating database in Snowflake SchemaText lesson
-
44Creating our DatabaseVideo lesson
-
45Creating our first tableVideo lesson
-
46Code for Creating Database and Creating TableText lesson
-
47Inserting Data to our TableVideo lesson
-
48Code for Inserting data to our TableText lesson
-
49Reading Data from our TableVideo lesson
-
50Updating our TableVideo lesson
-
51Code for Altering the table and Updating infoText lesson
-
52Deleting data from our tableVideo lesson
-
53Importing Data and Schema to MYSQL WorkbenchVideo lesson
-
54Download Data Dump fileText lesson
-
55Selecting ALL the fields or columnsVideo lesson
-
56Selecting a columnQuiz
-
57Selecting Specific columns from our TableVideo lesson
-
58Selecting 3 different columnsQuiz
-
59Selecting only the Unique or Distinct values of filed from our tableVideo lesson
-
60Retrieving distinct values from a columnQuiz
-
61Selecting Distinct of Multiple ColumnsQuiz
-
62Selecting data with WHERE clause and Equals to operatorVideo lesson
-
63Limitations of WHERE and its OperatorsVideo lesson
-
64Filtering entire table with WHERE and =Quiz
-
65Filtering data with WHERE and LESSER THAN and EQUALSVideo lesson
-
66Using LESSER THAN along with WHEREQuiz
-
67Using LESSER THAN and EQUALS along with WHEREQuiz
-
68Filtering data with WHERE and GREATER THAN and EQUALSVideo lesson
-
69Using GREATER THAN along with WHEREQuiz
-
70Using GREATER THAN and EQUALS along with WHEREQuiz
-
71Using WHERE with ANDVideo lesson
-
72Using WHERE & AND : Example 1Quiz
-
73Using WHERE with AND : Example 2Quiz
-
74Using WHERE with ORVideo lesson
-
75Using WHERE with ORQuiz
-
76Using WHERE with INVideo lesson
-
77Using WHERE with INQuiz
-
78Understanding MYSQL WildCardsVideo lesson
-
79Using WHERE and LIKEVideo lesson
-
80Using WHERE and LIKE : Example 1Quiz
-
81Using WHERE and LIKE : Example 2Quiz
External Links May Contain Affiliate Links read more