• Post category:StudyBullet-6
  • Reading time:4 mins read


Up Your Skills with SQL Tips and Tricks for Data Science

What you will learn

SQL for Data Science

Learn practical applications of SQL queries for data analysis

How to join tables and calculate rolling averages

How to use window functions, aggregate and filter data

Learn how to retrieve data

Much more

Description

Gain the career-building SQL skills you need with this course. Through hands-on learning you’ll load, extract, and manipulate data from relational databases. Study at your own pace and grow your SQL skills.

In this course, we’ll go over the most common data science and analytics questions that you’ll receive, such as how to find the top products per category, how to find active employee counts by month, how to calculate rolling average of sales and much more.

We’ll start by showing you how to retrieve data from a database using SQL Server and AdventureWorks, then show you how to aggregate, join, and filter your results to create context for your analysis.

We’ll also get into answering more complex questions with ranking, moving averages, and window functions.


Get Instant Notification of New Courses on our Telegram channel.


Learn how to retrieve data, join tables, calculate rolling averages and rankings, work with dates and times, use window functions, aggregate and filter data, and much more.

SQL is one of the most requested skills in Data Science. This course is great for anyone looking to build their skills and take it to the next level.

Learn to use Structured Query Language (SQL) to extract and analyze data stored in databases. You’ll first learn to extract data, join tables together, and perform aggregations. Then you’ll learn to do more complex analysis and manipulations using subqueries, and window functions.

By the end of the course, you’ll be able to write efficient SQL queries to successfully handle a variety of data analysis tasks.

English
language

Content

Introduction

Introduction
Course Files

SQL Tips & Tricks

Retrieve data using SQL
Joining Tables
Filter Data
Aggregate data
Window functions
Subqueries
Rolling calculations
Analyze employee data
Date and time functions
Common table expressions
Year-over-year calculations
Finding ranks