Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Fundamentals for Data Analysts
Rating: 4.6 out of 5(69 ratings)
232 students

SQL Fundamentals for Data Analysts

Everything you need to get started with SQL
Created byBen Sullins
Last updated 5/2021
English

What you'll learn

  • How to create and run SQL queiries to efficiently
  • Writing basic select statements
  • Limiting Results
  • Filtering Results with Where
  • More Ways to Filter Queries
  • Answering Analytical Questions with Aggregate Functions
  • Filtering Data with Aggregates
  • Handling NULL Values
  • Aliasing Columns and Tables
  • Using IN and BETWEEN Clauses
  • Filtering with LIKE Operator

Course content

4 sections13 lectures41m total length
  • Introduction and What You'll Learn1:10
  • Setup and Loading Data2:17

    How to create a project for performing SQL queries on data.world?

    Steps

    1. Create an account on data.world

    2. Click on “ + Create a project”

    3. Name your project as “SQL for Beginners”

    4. Hit “Create Project”

    5. Give a description to your project say, “This project aims to query data with Basic SQL commands”

    How to Add data for the project?

    Steps

    In this project, we will use (INSERT THE LINK TO DOWNLOAD DATA FROM DRIVE)

    1. After providing the description to project, click on the “Add data” tab

    2. Select “Upload from computer”

    3. Navigate to the location of downloaded dataset “wineReviews.csv” in your PC

    4. Click “Open”

    5. Once the data is imported, click on the “Continue” tab

    Note: You may sync the dataset from the URL of the drive or load any dataset of your choice which is available on data.world for practicing what you learn in this module.

    How to launch a workspace from data.world profile?

    Steps

    1. Go to your data.world profile

    2. Click on “SQL for Beginners” project

    3. Select “Launch Workspace” tab

    How to connect the dataset for querying?

    Steps

    1. Under “PROJECT FILES”, click on “wineReviews.csv” once it is loaded in the Project Directory

    2. “wineReviews.csv” tables open in the view, click on “>_ Query” tab on the top right of the table

    3. “Untitled query” tab opens. This is where you give SQL commands.

    Note: To open a new query tab for the following exercises in this module perform step 2.

Requirements

  • Basic understanding of data structures

Description

Do you want to get a high-paying job in Data and Business Analytics? Want to be more productive in analyzing data? Are you tired of having a limited understanding of SQL? Hate manually transforming data, but need the value it provides? If the answer is "yes" then look no further. With the SQL Fundamentals Course, you'll gain fundamental knowledge related to the Structured Query Language or SQL, the language every database speaks.

You’ll learn:

  • How to connect, filter and retrieve data using SQL Queries (Select, Limit, Where, And)

  • Aggregate Data using Functions and Grouping Operations (Count, Sum, Avg & Group By)

  • How to use Conditional Logic to limit data to specific text or phrases (In, Between, Like)

Quick and easy to follow video tutorials along with step-by-step instructions make this course perfect for the SQL novice. By the end of this course, you will be able to analyze data faster and more efficiently.

I’ve worked in the data field for over 20+ years and have consulted at silicon valley’s largest companies. Now my focus is on sharing my passion and knowledge with others. If you enjoy this course, feel free to check out the rest of my library. I cover everything from SQL to Data Governance to Tableau.


Who this course is for:

  • Data analysts looking to learn SQL