PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Table of Contents

SQL

SQL stands for Structured Query Language and is a special-purpose programming language.

SQL is used to do different manipulations like reading, inserting, updating or deleting data from a database.

If you have ever had to develop an application or a website which had to store some user data like orders, posts and etc. you've most likely used some kind of a database.

As a backend or a full stack developer, SQL is an essential skill that you must have under your belt.

In this guide you will learn how to work with relational databases like MySQL using the standards-based Structured Query Language, or SQL for short.