Skip to content

sualeh/introduction-to-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc4f813 · Mar 16, 2025

History

69 Commits
Nov 22, 2019
Mar 14, 2025
Mar 8, 2025
Mar 14, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
May 30, 2017
Mar 9, 2025
Mar 14, 2025
Mar 14, 2025
Mar 16, 2025
Mar 15, 2025

Repository files navigation

Introduction to SQL

The Introduction to SQL course goes over the basics of SQL and DDL, and covers querying a database, sorting results, and using joins and unions. It covers how to aggregate and filter data. We also look at how to create a table, and drop it.

First, review the slides for the Introduction to SQL course.

After you are comfortable with the material, install Python and Visual Studio Code on your computer, download the code, and open the project folder in Visual Studio Code. Open each Jupyter Notebook, and follow the notes.


The slides and course material are copyrighted, and licensed under the GNU General Public License.