Skip to main content
HomeCode-alongsData Analysis

A Beginner's Guide to Data Analysis with SQL

In this session, DataCamp's VP of Media Adel Nehme & co-host of the DataFramed podcast, shows you how to get started with SQL.
Apr 2024
Code along with us onCode Along

SQL is an essential programming language for data analysis, data science, and data engineering. If you work in data, you need to be able to use it. Even if you don't work in data, a little bit of SQL knowledge can benefit you!

In this session, DataCamp's VP of Media Adel Nehme & co-host of the DataFramed podcast, shows you how to get started with SQL. You'll gain the skills to extract data from a database and perform computations using "SELECT" queries. Topics covered will include filtering rows and columns of data, performing calculations on numerical data, and working with groups of data. You'll gain the skills and confidence to start using SQL for simple data analyses.

Key Takeaways:

  • Learn how to connect to a database to gain access to its data.
  • Learn how to extract data from different parts of a database.
  • Learn how to perform calculations on numerical data.

Resources (including link to code along!)

Topics