Intro to SQL

Go to class
Write Review

Intro to SQL provided by Kaggle is a comprehensive online course, which lasts for 3 hours worth of material. Intro to SQL is taught by Rachael Tatman and Alexis Cook. Upon completion of the course, you can receive an e-certificate from Kaggle. The course is taught in Englishand is Free Certificate. Visit the course page at Kaggle for detailed price information.

Overview
  • Learn SQL for working with databases, using Google BigQuery.

    • Learn the workflow for handling big datasets with BigQuery and SQL
    • The foundational compontents for all SQL queries
    • Get more interesting insights directly from your SQL queries
    • Order your results to focus on the most important data for your use case.
    • Organize your query for better readability. This becomes especially important for complex queries.
    • Combine data sources. Critical for almost all real-world data problems

Syllabus
    • Getting Started With SQL and BigQuery
    • Select, From & Where
    • Group By, Having & Count
    • Order By
    • As & With
    • Joining Data