Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packtworkshops/the-sql-workshop
A Practical, No-Nonsense Introduction to SQL
https://github.com/packtworkshops/the-sql-workshop
Last synced: 5 days ago
JSON representation
A Practical, No-Nonsense Introduction to SQL
- Host: GitHub
- URL: https://github.com/packtworkshops/the-sql-workshop
- Owner: PacktWorkshops
- License: mit
- Created: 2019-10-25T09:25:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T08:06:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T07:53:25.471Z (over 1 year ago)
- Language: TSQL
- Size: 165 KB
- Stars: 72
- Watchers: 9
- Forks: 114
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SQL Workshop
[![GitHub issues](https://img.shields.io/github/issues/PacktWorkshops/The-SQL-Workshop.svg)](https://github.com/PacktWorkshops/The-SQL-Workshop/issues)
[![GitHub forks](https://img.shields.io/github/forks/PacktWorkshops/The-SQL-Workshop.svg)](https://github.com/PacktWorkshops/The-SQL-Workshop/network)
[![GitHub stars](https://img.shields.io/github/stars/PacktWorkshops/The-SQL-Workshop.svg)](https://github.com/PacktWorkshops/The-SQL-Workshop/stargazers)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/PacktWorkshops/The-SQL-Workshop/pulls)This is the repository for [The SQL Workshop](https://www.amazon.com/SQL-Workshop-Interactive-Approach-Learning/dp/1838642358/ref=sr_1_1?dchild=1&keywords=The%20SQL%20Workshop&qid=1610708551&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781838642358&utm_term=SQL&utm_content=The%20SQL%20Workshop), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the course from start to finish.
To get started with the project files, you'll need to install [MySQL](https://dev.mysql.com/doc/mysql-installation-excerpt/8.0/en/)
Please note that the SCRIPTS directory has two subdirectories
* /MYSQL SCRIPTS
* /SQL SERVER SCRIPTSEach of these subdirectories has two files. One file builds the appropriate PACKT ONLINE SHOP database structure - tables, columns, relations - for MySQL or SQL Server, and one file inserts MySQL or SQL Server data rows into the appropriate database structure.
## About The SQL Workshop
Filled with practical examples and realistic exercises, [The SQL Workshop](https://www.amazon.com/SQL-Workshop-Interactive-Approach-Learning/dp/1838642358/ref=sr_1_1?dchild=1&keywords=The%20SQL%20Workshop&qid=1610708551&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781838642358&utm_term=SQL&utm_content=The%20SQL%20Workshop) will get you up to speed with the fundamentals of SQL. You'll learn how to use SQL queries and functions to create and manage relational databases, and apply your new skills to creatively solve real-world problems.## What you will learn
* Create databases and insert data into them
* Use SQL queries to create, read, update, and delete data
* Maintain data integrity and consistency through normalization
* Customize your basic SQL queries to get the desired output
* Refine your database search using the WHERE and HAVING clauses
* Use joins to fetch data from multiple tables and create custom reports
* Improve web application performance by automating processes
* Secure a database with GRANT and REVOKE privileges## Related Books and Workshops
If you've found this repository useful, you might want to check out some of our other workshop titles:
* [MongoDB Fundamentals](https://www.amazon.com/MongoDB-Workshop-Interactive-Approach-Learning/dp/1839210648/ref=sr_1_1?dchild=1&keywords=MongoDB%20Fundamentals&qid=1611064650&s=books&sr=1-1&utm_source=github&utm_medium=repository&utm_campaign=9781839210648&utm_term=MongoDB&utm_content=MongoDB%20Fundamentals)
* [The Applied SQL Data Analytics Workshop](https://www.amazon.com/Applied-SQL-Data-Analytics-Workshop-ebook/dp/B085D91RNK/ref=sr_1_2?crid=1FDBQD0TEVVF9&dchild=1&keywords=applied%20sql%20data%20analytics%20workshop&qid=1610707878&sprefix=applied%20sql%20dat%2Caps%2C330&sr=8-2&utm_source=github&utm_medium=repository&utm_campaign=9781800203679&utm_term=Applied%20SQL%20Data%20Analytics&utm_content=The%20Applied%20SQL%20Data%20Analytics%20Workshop)
* [The Data Analysis Workshop](https://www.amazon.com/Data-Analysis-Workshop-state-art-ebook/dp/B08Q8HXRQ4/ref=sr_1_1?dchild=1&keywords=The%20Data%20Analysis%20Workshop&qid=1610708839&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781839211386&utm_term=Data%20Analysis&utm_content=The%20Data%20Analysis%20Workshop)