Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete SQL Bootcamp for Beginner
Rating: 4.3 out of 5(47 ratings)
117 students

The Complete SQL Bootcamp for Beginner

Learn how to use SQL effectively to analyse data
Created byJason Zhang
Last updated 6/2024
English

What you'll learn

  • Types of database and database management systems
  • Understand SQL syntax and write queries
  • Create, Read, Update, Delete operations in database
  • Apply SQL to perform data analysis with a real-world example
  • Ace SQL Interviews with mock questions

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

5 sections41 lectures4h 4m total length
  • Course Objective and Course Agenda1:53

    With the world becoming more digitalised and connected, we’ve been generating much more data every day. Data is all around us. You may want to ask questions, such as

    • How does the internet store data?

    • How can we easily pull the data from a database?

    • How to get the data we want?

    The bootcamp will guide you how to manage the data using SQL and answer these questions.

  • What is database? Why we need a database?2:57

    What’s data and what is database? Data can be any facts related to any objection in consideration. A database is simple an organised collection of data, from which a computer program can quickly select or manage desired pieces of data.

  • DBMS and 2 types of Database4:10

    Database is a systematic collection of data. There are two types of databases: relational database and non-relational database. Different database is usually managed by different database management system.

  • What is SQL? Why we use it?2:24

    SQL is a language for dealing with relational database.

  • Introduction to SQL

Requirements

  • No prior technical experience is required! All you need is a computer!

Description

Whether you work in sales or marketing, you run your own company, or you want to build your own apps, mastering MySQL is crucial to answering complex business problems and questions using insights from data. The Complete SQL Bootcamp for Beginner in 2024 introduces you to a solid foundation in databases in a way that’s both informative and engaging.

If you want to learn how to gain insights from data but are too intimidated by databases to know where to start, then this course is for you. This course is a gentle but comprehensive introduction to MySQL, one of the most highly in-demand skills in the business sector today.

1. Understand Relational Database Management System(RDBMS)

  • What is database? What is relational database management system?

  • How to interact with relational database?

  • What is SQL? Why SQL?

2. Apple SQL to query database to answer your daily data-related questions

  • SQL Basic queries, such as SELECT FROM with WHERE clause etc.

  • SQL operators to filter results with constraints, such as LIKE/IN/BETWEEN operators

  • SQL Aggregate functions and More complex subqueries

3. Manage relational database to organize data and automate processes

  • CRUD operations in database: create, read, update, delete rows

  • Alter tables in database

  • Build table relationship using different join types

  • Union result sets

4. A Real-world Case Study, to understand how SQL can do data analysis

  • How to break down business questions into technical data questions?

  • How to do data wrangling using SQL?

  • How we get insights and drive business decisions with SQL

5. Be Comfortable in SQL technical interviews

  • Mock interview questions on basic SQL knowledge

  • Mock interview questions with real examples and answers

After the course, you should be able to take full command of SQL.

Who this course is for:

  • Anyone interested in learning more about SQL
  • Anyone preparing for SQL technical interviews