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.