Meet Travis - Your AI-Powered tutor

Learn more about SQL with these recommended learning resources

Let’s Talk SQL

 Analytics Vidhya

According to an IADSS article* SQL is the second most common skill listed in data science job postings — only python is more common. This makes SQL a core skill for any data scientist, data analyst…

Read more at Analytics Vidhya

SQL BASICS

 Analytics Vidhya

Structured Query Language (SQL) is one of the essential languages used by data scientists. It is designed to manage and query data in relational databases like MySQL and PostgreSQL. It’s also one of…

Read more at Analytics Vidhya

SQL Riddles to Test Your Wits

 Towards Data Science

Timestamps, dependent filters, and misbehaving left joins Continue reading on Towards Data Science

Read more at Towards Data Science

SQL queries

 Towards Data Science

I don’t use SQL very often and every time I need it, I find myself googling for the syntax of even the most basic operations. To help myself out, I have put together a cheat sheet of useful queries…

Read more at Towards Data Science

SQL in Data Science

 Towards Data Science

This post will serve as a tutorial for querying data with SQL (Structured Query Language). For the purposes of this tutorial, I will be using the SQLite3 library, which provides a relational database…...

Read more at Towards Data Science

SQL for Pythonistas

 Python in Plain English

… in Data Engineering in a nutshell Continue reading on Python in Plain English

Read more at Python in Plain English

What is SQL?

 Python in Plain English

What is SQL? SQL ( Structured Query Language ) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream p...

Read more at Python in Plain English

SQL Fundamentals I

 Level Up Coding

SQL stands for Structured Query Language. In some applications, it is also known as DSL, or Domain Specific Language. SQL is used to manage and manipulate data stored in a relational database manageme...

Read more at Level Up Coding

SQL for beginners

 Towards Data Science

For the last five weeks, I have been publishing SQL lessons on Medium. Several of my mates expressed an interest in learning data science while social distancing, so I thought it would be fun to help…...

Read more at Towards Data Science

A Short Introduction to SQL

 Level Up Coding

SQL, which stands for structured query language, is used for storing, manipulating, and retrieval of data from databases. There are various types of database management systems, and some might…

Read more at Level Up Coding

4 Important SQL Concepts for Beginners

 Towards Data Science

Let’s learn some important SQL concepts for beginners to power up your queries Continue reading on Towards Data Science

Read more at Towards Data Science

The World of SQL Query Optimization

 Towards Data Science

A peek into the different query optimizers and how they work Continue reading on Towards Data Science

Read more at Towards Data Science

Getting started with SQL! (Part 1)

 Analytics Vidhya

As a data scientist or a data analyst, to analyze and predict is a secondary task, the most important skill is to manage, understand and process data. SQL is one way to make friends with data and…

Read more at Analytics Vidhya

5 Most Common SQL mistakes you should avoid

 Towards Data Science

Learn how to speed up the execution of your SQL queries Continue reading on Towards Data Science

Read more at Towards Data Science

How to SQL?

 Analytics Vidhya

All the SQL FAQ as a Data Scientist. “How to SQL?” is published by Rahul Lalchandani in Analytics Vidhya.

Read more at Analytics Vidhya

SQL for Data Science

 Analytics Vidhya

Without Databases, Data Science is meaningless. Data Scientist has to be able to retrieve data. Data scientists might do a little of the analysis too, using SQL. However, the main thing they’re using…...

Read more at Analytics Vidhya

A beginner’s guide to SQL

 Towards Data Science

Databases are computer system that allow for storage and easy access of data. Depending on how their data is organised, databases can be relational (RDBMS) or non-relational (NoSQL). Relational…

Read more at Towards Data Science

Introduction to SQL

 Python in Plain English

Today we live in an era where data is one of the businesses most valuable assets. Data provides a business with the ability to predict customers behaviour and tailor experience, optimize a workforce…

Read more at Python in Plain English

Introduction to SQL

 Analytics Vidhya

SQL stands for Structured Query Language. SQL lets you access and manipulate databases. SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International…

Read more at Analytics Vidhya

Introduction to SQL: Selecting Columns and Filtering Rows

 Analytics Vidhya

SQL (Structured Query Language) is a domain-specific language that is used in programming to manage data that is stored in a relational database management system. It was initially developed at IBM…

Read more at Analytics Vidhya

SQL Interview Questions

 Analytics Vidhya

Answer 1: SQL stands for Structured Query Language. It is the primary language used to interact with databases. With the help of SQL, one can extract data from a database, modify this data and also…

Read more at Analytics Vidhya

Why should you pick up SQL in your spare time?

 Towards Data Science

SQL is easy to learn and can be used in various business applications. It is a powerful language used for data analysis in business. With… Continue reading on Towards Data Science

Read more at Towards Data Science

3 Subtle Mistakes That Can Undermine Your SQL Query Performance

 Towards Data Science

And how to mitigate them Continue reading on Towards Data Science

Read more at Towards Data Science

An Overview of the SQL Query Clauses and Functions

 Towards AI

Can be used as a cheat sheet for SQL Continue reading on Towards AI

Read more at Towards AI