SQL Tutorial - Learn SQL in Under 90 Minutes

Go to class
Write Review

Free Online Course: SQL Tutorial - Learn SQL in Under 90 Minutes provided by Skillshare is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. SQL Tutorial - Learn SQL in Under 90 Minutes is taught by Jon Avis.

Overview
  • In this class you will learn all about databases and how to use SQL in Under 90 Minutes. By the end of this class you will know:

    • What a relational database is and what it is used for
    • How to create, modify and delete tables from a databases
    • How to insert, modify and delete data from tables
    • How to retrieve data from a table using select SQL queries
    • How to filter your results set using where clauses
    • How to order and limit your results sets using SQL
    • How to use column name alias'
    • The differences between 4 different types of joins
    • How to use inner joins
    • How to use outer, left and right joins

    This is the best and quickest way to begin your SQL and database journey.

Syllabus
    • Class Introduction
    • SQL in Under 90 Minutes
    • Class Summary and Project