-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsql-course.html
More file actions
46 lines (38 loc) · 1.9 KB
/
Copy pathsql-course.html
File metadata and controls
46 lines (38 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: "SQL for Data Science"
permalink: /courses/sql/
---
<section style="padding: 60px 20px; background-color: #1f1f1f; color: #ffffff;">
<div class="container" style="max-width: 1000px; margin: auto;">
<h1 style="color: #4CAF50;">🧮 SQL for Data Science</h1>
<p style="font-size: 1.1em; color: #ccc;">
Learn how to query, analyze, and manipulate data using Structured Query Language (SQL). This course covers everything from foundational SELECT statements to analytical functions used in data science.
</p>
<h2 style="color:#00BFFF;">📘 What You'll Learn</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ddd;">
<li>Basic SQL syntax and SELECT queries</li>
<li>Filtering, sorting, grouping, and joins</li>
<li>Subqueries, CTEs, and window functions</li>
<li>Using SQL for exploratory data analysis (EDA)</li>
<li>SQL case studies and datasets</li>
</ul>
<h2 style="color:#00BFFF;">📂 Course Format</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>💻 Hands-on SQL notebooks</li>
<li>📊 Practice queries on public datasets</li>
<li>📝 Final project: SQL reporting dashboard</li>
</ul>
<h2 style="color:#00BFFF;">🛠️ Tools You'll Use</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>PostgreSQL or MySQL (browser-based or desktop)</li>
<li>SQL IDEs: DB Fiddle, DBeaver, PgAdmin</li>
</ul>
<h2 style="color:#00BFFF;">🎁 Bonus Materials</h2>
<ul style="padding-left: 20px; list-style: disc; color: #ccc;">
<li>SQL syntax cheat sheet</li>
<li>Top 50 SQL interview questions</li>
</ul>
<a href="/toolkits/" style="display: inline-block; margin-top: 30px; background-color: #4CAF50; color: white; padding: 12px 24px; border-radius: 6px; text-decoration: none;">Go to Toolkits →</a>
</div>
</section>