Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Crash Course for beginners - Learn SQL with MySQL
Rating: 4.4 out of 5(324 ratings)
7,405 students

SQL Crash Course for beginners - Learn SQL with MySQL

Master the SQL statements that every software developer or data analyst needs for designing and developing databases
Created byIslam Ahmad
Last updated 4/2020
English
English [Auto],

What you'll learn

  • Dozens of targeted exercises with full explanations and solutions from beginner level right up to advanced.
  • Every SQL statement you need is covered thoroughly
  • Straight to the point, no time wasted
  • Every module contains information and activities that are relevant to real-life jobs or the kind of tasks you may get on interview

Course content

3 sections36 lectures1h 37m total length
  • What is Database3:24

    Explore what databases are, how a database management system executes instructions to access and modify data, and the differences between relational and non-relational databases using SQL.

  • Installing MySQL On Mac5:43

    Install MySQL on Mac and set up MySQL Workbench to connect to a local server, including downloading the community edition, configuring admin password, and verifying the connection.

  • Installing MySQL On Windows5:49

    Install and configure MySQL on Windows, set the admin password, and connect with the workbench to manage databases and run queries.

  • Relational Databases1:27

    Explore how a relational database organizes data into tables of rows and columns, called relations, and understand data types such as integer, text, date, and real.

  • The Course Databases and brief Introduction9:35

    Discover the databases we will use in this course and gain a brief introduction to relational databases. Learn about tables, columns, rows, relationships, and how these elements support relational design.

  • Select Statement4:15

    Learn to retrieve data from a single table with the select statement in MySQL, including selecting specific columns and all columns from actor and customer tables.

  • Create Statement3:03

    Learn to create a new table in MySQL using the create table statement, define columns with data types like integer and text, and refresh to view the result.

  • Insert Statement3:52

    Learn how to use insert into to add rows to a table, specify columns and values, and verify with select, while noting that omitting a column yields a null value.

  • Alter Table Statement2:05

    Use the alter table statement to add a new column to a table, specifying the column name and data type (text). See how email appears with null values using select.

  • Update Statement3:46

    Learn to use the update statement to modify existing records by setting a column value such as email with the set clause and a where clause, noting safe updates.

  • Delete Statement2:00

    Learn how the delete statement removes rows from a table using delete from and where clauses, including deleting all records, with caution to always include a where clause.

  • Constraints3:00

    See how constraints govern sql data by enforcing insert restrictions, not null values, and unique keys, then create a table with primary key and default constraints and query it.

  • Summary1:44

    Learn six core commands to manage data in relational databases and set constraints. Explore statements like create table, select, alter table, and delete from tables.

  • QUIZ

Requirements

  • No Prior Knowledge Needed
  • For those with some development and database experience, you can jump in at the relevant module that fits your current level, as the course is designed sequentially.

Description


SQL is THE most important query language you can learn!

It's used by many popular relational database management systems like MySQL . But it's also used by data analysis and big data frameworks and tools like Apache Spark.

Hence knowing SQL opens up an endless amount of opportunities and jobs - no matter if you're going to work with relational databases or if you're becoming a data scientist, knowing SQL will be key!


SQL is a standardized language and therefore learning SQL will help you apply it in all kinds of contexts. Nonetheless, different database systems also support different aspects of SQL or bring their own variations of the SQL language. Therefore, this course dives into SQL by exploring all key features at the example of the two most popular database systems: MySQL and PostgreSQL. All query and command examples are shown for both database systems, ensuring that you feel comfortable working with SQL in either environment!

This course will enable you to write your own (simple or complex) SQL queries, create basic or advanced databases and table structures and work with data of different shape and complexity!

In detail, you will learn:

  • What exactly SQL is and how the core syntax looks like

  • How to write SQL commands

  • How to install MySQL & PostgreSQL as well as various clients

  • How to create and structure database tables

  • Which data types you may use and when to use which data type

  • How to perform CRUD operations: Create, Read, Update & Delete Data

  • How to insert data into tables

  • How to query and filter data

  • Why you should split data across multiple tables (and how to do that)

  • How to join (merge) data into combined result sets

  • How to write basic and more complex queries

  • How to aggregate and group data

  • How to use built-in database functions to work with numbers, text or dates

  • How to optimize databases with indexes

  • And much, much more!

Explore the full course curriculum to get a thorough overview of the course content and watch the free preview section to learn how this course will help you!

This course also comes with a 30 day refund period, so that you can try it risk-free :)

We'd love to welcome you on board of this course and explore SQL together with you!

Who this course is for:

  • Become an SQL all-rounder who’s a valuable asset to any company that hires developers or database specialists.
  • SQL really is everywhere. When you log in to pretty much any web app, your data is retrieved from a database using SQL queries. We live in a big data society and SQL is powering it. This means there’s a huge demand for SQL developers and data scientists with SQL skills.
  • Oh, and when you have a huge demand for a specialist skill this means one thing - big salaries!
  • The latest research shows that the average salary for an SQL developer is more than $84,000 per year. Not bad, especially when you consider that in a recent analysis of 25k developer job listings, over 35% specifically request SQL skills.
  • In fact, SQL is now the second most popular programming language, second only to JavaScript. All in all, it’s pretty clear that now is definitely the right time to get your SQL game on!