https://github.com/sualeh/introduction-to-sql
Introduction to SQL
https://github.com/sualeh/introduction-to-sql
database sql tutorial
Last synced: 7 months ago
JSON representation
Introduction to SQL
- Host: GitHub
- URL: https://github.com/sualeh/introduction-to-sql
- Owner: sualeh
- License: gpl-3.0
- Created: 2017-03-21T01:44:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T01:07:28.000Z (about 6 years ago)
- Last Synced: 2025-01-02T06:32:34.983Z (about 1 year ago)
- Topics: database, sql, tutorial
- Language: TSQL
- Size: 80.1 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to SQL
The **Introduction to SQL** course is a goes over the basics, and covers querying a database, sorting results, and using joins and unions. It covers how to use aggregate data, and filter. We also look at how to create a table, and drop it.
First, review the [slides for the **Introduction to SQL course**](https://docs.google.com/presentation/d/1-FhnRYrehe3VSlITi6geGqh-DrtSP6nPN4tiPgpbGqQ/present). After you are comfortable with the material, go through the [exercises](Exercises.md). We have provided a database with data that you can interact with for the exercises.
-----
The slides and course material are copyrighted, and licensed under the [GNU General Public License](LICENSE).
-----
[](https://travis-ci.org/sualeh/Introduction-to-SQL)