Code Monkey home page Code Monkey logo

introduction-to-sql's Introduction

πŸ’‘ 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:

πŸ“˜ Chapters

🌟 Sponsors

Thanks to these fantastic companies that made this book possible!

πŸ“Š Materialize

The Streaming Database for Real-time Analytics.

Materialize 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 or follow @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

πŸ‘©β€πŸ’» 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

For more information, please visit https://www.devdojo.com or follow @thedevdojo on Twitter.

πŸ•ΈοΈ Web Page

A web page showcasing the eBook:

Introduction to SQL

The web page was built using Tails, a new kick-ass drag-and-drop TailwindCSS page builder!

DigitalOcean App Platform

This will be hosted on the DigitalOcean App Platform.

We will utilize the "Deploy to DigitalOcean" Button to deploy to the App Platform:

Deploy to DO

πŸ“Ή Mini Video Course

Coming soon

πŸ’» Interactive training

You can follow the interactive training online here:

Interactive SQL training

The training was built with Katacoda. You can find the Katacoda repository here.

For more information on how to use Katacoda make sure to follow the steps from this tutorial here:

How to Use Katacoda to Create Highly Engaging Training Tutorials

πŸ‘‹ 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, follow me on Twitter @bobbyiliev_ and YouTube.

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 developed by Mohamed Said.

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

🎨 Book Cover

The cover for this ebook was created with Canva.com.

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

πŸ”— Links

πŸ“– Other eBooks

🀲 Contributing

If you are contributing 🍿 please read the contributing file before submitting your pull requests.

introduction-to-sql's People

Contributors

algerr avatar apoorva-25 avatar birajmainali avatar bobbyiliev avatar dev270201 avatar djuber avatar emma255 avatar has12zen avatar maneprajakta avatar marcelbrode avatar mclbdn avatar mdjibril avatar noorunnisasulthan avatar patagu avatar razasayy avatar riki-05 avatar rsb11 avatar salstein avatar sanskrutirp avatar shubhamshah14102 avatar sixdouglas avatar sobijain avatar suraj7879 avatar tavisca-visharma avatar thegove avatar twocs avatar vermamohit13 avatar vibuverma avatar vishalsharma1997 avatar viveknshah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

introduction-to-sql's Issues

Feature: Add Between Operator in where.md

Is your feature request related to a problem? Please describe.

Between Operator not present in where.md

Describe the solution you'd like

I would add that with example

Additional context

I would like to add this as part of Hactoberfest 2021

Feature: More Use cases of INSERT Clause

Hi ,

There is a scope of improvement in the insert.md file.
More use cases can be added along with examples.

I would like to contribute for the same.
Kindly assign this issue to me.

Feature: Add "Pattern matching" to 005-select.md

Is your feature request related to a problem? Please describe.

The section 005-select.md would deserve a mention of basic pattern matching using LIKE and ILIKE operators.

Describe the solution you'd like

Add another section called "Pattern matching" to 005-select.md explaining how to use LIKE and ILIKE.

Additional context

Feature: More use cases for SELECT Clause

Hi ,

There is a scope of improvement in the select.md file.
More use cases can be added along with examples.

I would like to contribute for the same.
Kindly assign this issue to me.

Note :- I have added some examples and use cases and raised a PR for the same.

Bug: Contibuting.md is not up to date

File Location/Types in Contributing.md doesn't match the current project structure will update that.

To Reproduce

1.Visit : This
There are no translations of the book present in the repo now will change it as per the current structure.

Expected behavior

Current structure explanation

Screenshots

Additional context

I Will work on it as part of Hacktoberfest 2021

DCL commands

Data Control Language Commands

  • Grant

  • Revoke

Kindly assign this to me.

Feature:

Is your feature request related to a problem? Please describe.

Links to chapters are not added.

Describe the solution you'd like

Adding links to chapters in README.md

Additional context

please consider this for Hacktoberfest 2021.

TCL commands

Transaction Control Language commands

  • Commit

  • Rollback

  • Savepoint

Please assign this to me.

Feature: want to add about truncate table in table chapter

Is your feature request related to a problem? Please describe.

want to add about truncate table in table chapter

Describe the solution you'd like

The TRUNCATE TABLE command deletes the data inside a table, but not the table itself.

Additional context

contributing to hacktoberfest 2021

Feature: In Create table Chapter want to add How to create table from existing table

Is your feature request related to a problem? Please describe.

Create table Chapter don't include point of How to create a new table from existing table

Describe the solution you'd like

I would like to add the point with an example.
Syntax of it
CREATE TABLE new_table AS (SELECT * FROM old_table);

Additional context

Want to contribute as part of Hacktoberfest 2021

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.