Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobbyiliev/introduction-to-sql

Free Introduction to SQL eBook
https://github.com/bobbyiliev/introduction-to-sql

database ebooks hacktoberfest mysql sql

Last synced: 5 days ago
JSON representation

Free Introduction to SQL eBook

Awesome Lists containing this project

README

        









## πŸ’‘ Introduction to SQL

This is an open-source introduction to SQL guide that will help you to learn the basics of SQL and start using relational databases for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use SQL at some point in your career.

The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of SQL.

## πŸš€ Download

To download a copy of the ebook use one of the following links:

* [Dark mode](https://github.com/bobbyiliev/introduction-to-sql/raw/main/ebook/en/export/introduction-to-sql-dark.pdf)

* [Light mode](https://github.com/bobbyiliev/introduction-to-sql/raw/main/ebook/en/export/introduction-to-sql-light.pdf)

## πŸ“˜ Chapters

* [**About the book**](ebook/en/content/000-introduction.md)
* [**Databases**](ebook/en/content/001-databases.md)
* [**MySQL**](ebook/en/content/002-install-mysql.md)
* [**Tables**](ebook/en/content/003-creating-tables.md)
* [**Basic Syntax**](ebook/en/content/004-basic-syntax.md)
* [**SELECT**](ebook/en/content/005-select.md)
* [**WHERE**](ebook/en/content/006-where.md)
* [**ORDER and GROUP BY**](ebook/en/content/007-order-and-group-by.md)
* [**INSERT**](ebook/en/content/008-insert.md)
* [**UPDATE**](ebook/en/content/009-update.md)
* [**DELETE**](ebook/en/content/010-delete.md)
* [**JOIN**](ebook/en/content/011-join.md)
* [**SQL Command Categories**](ebook/en/content/012-sql-commnad-categories.md)
* [**Sub Queries**](ebook/en/content/013-sub-queries.md)
* [**Unions**](ebook/en/content/014-unions.md)
* [**The MySQL dump command**](ebook/en/content/100-mysqldump.md)
* [**Conclusion**](ebook/en/content/999-conclusion.md)

## 🌟 Sponsors

Thanks to these fantastic companies that made this book possible!

### πŸ“Š Materialize

The Streaming Database for Real-time Analytics.

[Materialize](https://materialize.com/) is a reactive database that delivers incremental view updates. Materialize helps developers easily build with streaming data using standard SQL.

### πŸ’™ DigitalOcean

DigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.

It provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.

Founded in 2012 with offices in New York and Cambridge, MA, DigitalOcean offers transparent and affordable pricing, an elegant user interface, and one of the largest libraries of open source resources available.

For more information, please visit [https://www.digitalocean.com](https://www.digitalocean.com) or follow [@digitalocean](https://twitter.com/digitalocean) on Twitter.

If you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link provided below:

[Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)

### πŸ‘©β€πŸ’» DevDojo

The DevDojo is a resource to learn all things related to web development and web design. Learn while on your lunch break or wake up and enjoy a cup of coffee with us to learn something new.

Join this developer community, and we can all learn together, build together, and grow together.

[Join DevDojo](https://devdojo.com?ref=bobbyiliev)

For more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.

## πŸ•ΈοΈ Web Page

A web page showcasing the eBook:

[Introduction to SQL](https://sql.bobby.sh)

The web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!

### DigitalOcean App Platform

This will be hosted on the [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/).

We will utilize the ["Deploy to DigitalOcean" Button](https://www.digitalocean.com/docs/app-platform/how-to/add-deploy-do-button) to deploy to the App Platform:

[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/bobbyiliev/introduction-to-sql/tree/main)

## πŸ“Ή Mini Video Course

Coming soon

## πŸ‘‹ About the author

My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always keen on doing what I cannot do in order to learn how to do it, and I believe in sharing knowledge.

I think it's essential always to keep professional and surround yourself with good people, work hard, and be nice to everyone. You have to perform at a consistently higher level than others. That's the mark of a true professional.

For more information, please visit my blog at [https://bobbyiliev.com](https://bobbyiliev.com), follow me on Twitter [@bobbyiliev_](https://twitter.com/bobbyiliev_) and [YouTube](https://www.youtube.com/channel/UCQWmdHTeAO0UvaNqve9udRw).

In case that you want to support me you can Buy Me a Coffee here:

Buy Me A Coffee

## πŸ”₯ PDF Generation Tool

The project uses [Ibis](https://github.com/themsaid/ibis/) developed by [Mohamed Said](https://github.com/themsaid).

Ibis is a PHP tool that helps you write eBooks in markdown.

## 🎨 Book Cover

The cover for this ebook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).

If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good β€” give Canva a go.

## πŸ”— Links

- [My blog](https://bobbyiliev.com)
- [Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)
- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)
- [Ibis](https://github.com/themsaid/ibis/)
- [Canva](https://www.canva.com/)
- [Tails](http://devdojo.com/tails)

## πŸ“– Other eBooks

- [Introduction to Git and GitHub](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook)
- [Introduction to Bash Scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting)
- [Laravel tips and tricks](https://github.com/bobbyiliev/laravel-tips-and-tricks-ebook)

## 🀲 Contributing

If you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.