{"id":13678339,"url":"https://github.com/bobbyiliev/introduction-to-sql","last_synced_at":"2025-04-07T20:08:40.063Z","repository":{"id":37761993,"uuid":"367042563","full_name":"bobbyiliev/introduction-to-sql","owner":"bobbyiliev","description":"Free Introduction to SQL eBook","archived":false,"fork":false,"pushed_at":"2024-10-09T15:02:00.000Z","size":6086,"stargazers_count":409,"open_issues_count":1,"forks_count":112,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-31T19:08:16.796Z","etag":null,"topics":["database","ebooks","hacktoberfest","mysql","sql"],"latest_commit_sha":null,"homepage":"https://sql.bobby.sh","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbyiliev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["bobbyiliev"]}},"created_at":"2021-05-13T12:31:52.000Z","updated_at":"2025-03-31T18:07:59.000Z","dependencies_parsed_at":"2024-08-02T13:16:49.830Z","dependency_job_id":"fc476e45-9ca4-42f7-8ae7-efc3c47039cd","html_url":"https://github.com/bobbyiliev/introduction-to-sql","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbyiliev","download_url":"https://codeload.github.com/bobbyiliev/introduction-to-sql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721898,"owners_count":20985084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","ebooks","hacktoberfest","mysql","sql"],"created_at":"2024-08-02T13:00:52.526Z","updated_at":"2025-04-07T20:08:40.045Z","avatar_url":"https://github.com/bobbyiliev.png","language":"HTML","funding_links":["https://github.com/sponsors/bobbyiliev","https://www.buymeacoffee.com/bobbyiliev"],"categories":["HTML"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://imgur.com/AamC7m3.png\" height=\"450\" width=\"auto\"\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n\t    \u003ca name=\"stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/bobbyiliev/introduction-to-sql?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"forks\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/bobbyiliev/introduction-to-sql?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"contributions\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/bobbyiliev/introduction-to-sql?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"madeWith\"\u003e\u003cimg src=\"https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/bobbyiliev/introduction-to-sql?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n## 💡 Introduction to SQL\n\nThis 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.\n\nThe guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of SQL.\n\n## 🚀 Download\n\nTo download a copy of the ebook use one of the following links:\n\n* [Dark mode](https://github.com/bobbyiliev/introduction-to-sql/raw/main/ebook/en/export/introduction-to-sql-dark.pdf)\n\n* [Light mode](https://github.com/bobbyiliev/introduction-to-sql/raw/main/ebook/en/export/introduction-to-sql-light.pdf)\n\n## 📘 Chapters\n\n* [**About the book**](ebook/en/content/000-introduction.md)\n* [**Databases**](ebook/en/content/001-databases.md)\n* [**MySQL**](ebook/en/content/002-install-mysql.md)\n* [**Tables**](ebook/en/content/003-creating-tables.md)\n* [**Basic Syntax**](ebook/en/content/004-basic-syntax.md)\n* [**SELECT**](ebook/en/content/005-select.md)\n* [**WHERE**](ebook/en/content/006-where.md)\n* [**ORDER and GROUP BY**](ebook/en/content/007-order-and-group-by.md)\n* [**INSERT**](ebook/en/content/008-insert.md)\n* [**UPDATE**](ebook/en/content/009-update.md)\n* [**DELETE**](ebook/en/content/010-delete.md)\n* [**JOIN**](ebook/en/content/011-join.md)\n* [**SQL Command Categories**](ebook/en/content/012-sql-commnad-categories.md)\n* [**Sub Queries**](ebook/en/content/013-sub-queries.md)\n* [**Unions**](ebook/en/content/014-unions.md)\n* [**The MySQL dump command**](ebook/en/content/100-mysqldump.md)\n* [**Conclusion**](ebook/en/content/999-conclusion.md)\n\n## 🌟 Sponsors\n\nThanks to these fantastic companies that made this book possible!\n\n### 📊 Materialize\n\nThe Streaming Database for Real-time Analytics.\n\n[Materialize](https://materialize.com/) is a reactive database that delivers incremental view updates. Materialize helps developers easily build with streaming data using standard SQL.\n\n### 💙 DigitalOcean\n\nDigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.\n\nIt provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.\n\nFounded 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.\n\nFor more information, please visit [https://www.digitalocean.com](https://www.digitalocean.com) or follow [@digitalocean](https://twitter.com/digitalocean) on Twitter.\n\nIf you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link provided below:\n\n[Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)\n\n### 👩‍💻 DevDojo\n\nThe 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.\n\nJoin this developer community, and we can all learn together, build together, and grow together.\n\n[Join DevDojo](https://devdojo.com?ref=bobbyiliev)\n\nFor more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.\n\n## 🕸️ Web Page\n\nA web page showcasing the eBook:\n\n[Introduction to SQL](https://sql.bobby.sh)\n\nThe web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!\n\n### DigitalOcean App Platform\n\nThis will be hosted on the [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/).\n\nWe 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:\n\n[![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)\n\n## 📹 Mini Video Course\n\nComing soon\n\n## 👋 About the author\n\nMy 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.\n\nI 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.\n\nFor 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).\n\nIn case that you want to support me you can Buy Me a Coffee here:\n\n\u003ca href=\"https://www.buymeacoffee.com/bobbyiliev\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n## 🔥 PDF Generation Tool\n\nThe project uses [Ibis](https://github.com/themsaid/ibis/) developed by [Mohamed Said](https://github.com/themsaid).\n\nIbis is a PHP tool that helps you write eBooks in markdown.\n\n## 🎨 Book Cover\n\nThe cover for this ebook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).\n\nIf you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go.\n\n## 🔗 Links\n\n- [My blog](https://bobbyiliev.com)\n- [Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)\n- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)\n- [Ibis](https://github.com/themsaid/ibis/)\n- [Canva](https://www.canva.com/)\n- [Tails](http://devdojo.com/tails)\n\n## 📖 Other eBooks\n\n- [Introduction to Git and GitHub](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook)\n- [Introduction to Bash Scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting)\n- [Laravel tips and tricks](https://github.com/bobbyiliev/laravel-tips-and-tricks-ebook)\n\n## 🤲 Contributing\n\nIf you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbyiliev%2Fintroduction-to-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbyiliev%2Fintroduction-to-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbyiliev%2Fintroduction-to-sql/lists"}