0% found this document useful (0 votes)
10 views

Learn SQL

Uploaded by

Satya Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Learn SQL

Uploaded by

Satya Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

@JASMEETKAUR

How to
learn SQL
in 30 Days
I DID IT SO YOU CAN

Swipe
WEEk 1
Start with the
basics
Before diving into complex queries and
databases, make sure you understand the
basics of SQL. Learn about data types, tables,
and how to create simple queries using:
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY Swipe

@JASMEETKAUR
WEEk 2
Get to the next
level
Learn an exciting and my favourite feature to
join tables, try your hand at logical operators
and aggregate functions.
INNER JOIN, OUTER JOIN, LEFT JOIN, RIGHT JOIN
EXISTS, NOT EXISTS
IN
LIKE
BETWEEN
IS NULL
AGGREGATE FUNCTIONS: SUM, COUNT,
Swipe
AVG, MIN, and MAX
@JASMEETKAUR
WEEk 3
Take a level up
Now is the time to learn advance SQL.

CASE
DECLARE
BEGIN END
WINDOW FUNCTIONS
SUBQUERIES

Swipe

@JASMEETKAUR
WEEk 4
Practice, practice,
practice
Practiced and learned about
Nested subqueries
Recursive queries
Window functions with complex partitions and
ordering
Regular expressions
Complex joins with multiple conditions
Pivoting data
Swipe

@JASMEETKAUR
Resources Used:
Online course: There are many online courses
available that can teach you SQL in a week or
less. Platforms like Udemy, Coursera, Linkedin
and Codecademy offer courses for beginners
that are designed to be completed in a short
amount of time.
Practice, practice,practice:Once you've learned
the basics, practice as much as you can. Try
solving SQL problems on websites like SQLZoo,
HackerRank, DataLemur, and Leetcode
Read online resources: There are many blogs,
articles, and tutorials available online to deepen
your understanding of SQL. Some popular
resources include W3Schools, SQL for Data
Analysis, and SQL Tutorial by Mode Analytics.
Swipe

@JASMEETKAUR
Did you find
this helpful? TI PS
FO LL O W FO R M O R E D A TA

You might also like