SQL From Zero to Hero in 30 Days — Day 1 Introduction

Soner Yıldırım
4 min readNov 3, 2021

Learn, practice, master.

(image by author)

The links below will be updated as we progress into the series:

SQL is one of the most sought-after skills in data science. If you quickly browse through the job postings in data science, you will notice it is almost always listed alongside Python.

SQL is a programming language used for managing data in relational databases. Considering a substantial amount of data is stored in relational databases, SQL is a must-have skill for data scientists.

A relational database consists of relational tables created under a schema. An SQL table contains labeled rows and columns and the tables are related to each other by means of shared columns.

When I first started learning SQL, I had the wrong impression that SQL was a language just to query relational databases. I thought I would only use it to retrieve data from tables.

--

--

Soner Yıldırım
Soner Yıldırım

Responses (5)