Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sualeh/introduction-to-sql
Introduction to SQL
https://github.com/sualeh/introduction-to-sql
database sql tutorial
Last synced: 14 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T01:07:28.000Z (about 5 years ago)
- Last Synced: 2024-11-08T22:12:22.136Z (2 months 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).
-----
[![Build Status](https://travis-ci.org/sualeh/Introduction-to-SQL.svg?branch=master)](https://travis-ci.org/sualeh/Introduction-to-SQL)