SQL BASICS

SQL Basics – course preview thumbnail
Preview

SQL Basics – Sneak Peek

🚀 Unlock ALL CODING COURSES with the Dirassa Coding Pass for just 499 MAD/Month GET NOW

Learn SQL by actually querying data. Type a query, hit run, and see real results just like a database console.

🗄️ SQL Playground

Try:
SQL SQL> SELECT only • sandbox
Type a query and press Run.

Next you’ll learn SELECT, WHERE, ORDER BY, GROUP BY, JOINs, and aggregations.

Master SQL, step by step.

Learn how databases really work, from tables and data types to joins, relationships, and a hands-on mini project.

EP1

What Is SQL & How Databases Work

SQL explained in plain English. Tables, rows, columns and how phpMyAdmin fits into the picture.

EP2

Creating Databases & Tables

Build your first database and table and learn data types so your schema makes sense.

EP3

Inserting Data & Auto Increment

Insert data using queries and the UI. Understand default values and how auto increment works.

EP4

Selecting Data with SELECT & WHERE

Fetch everything or only what you need then filter cleanly using WHERE.

EP5

Filtering Data with Operators

Use =, >, <, BETWEEN, IN, and LIKE to target exactly the data you want.

EP6

Sorting & Limiting Results

Make results readable with ORDER BY and control output size using LIMIT.

EP7

Updating Existing Data

Update records safely and understand why a missing WHERE can destroy your table.

EP8

Aggregate Functions & Statistics

Use COUNT, AVG, SUM and more to extract meaning from data, not just rows.

EP9

Primary Keys, Foreign Keys & Relations

Connect tables the right way. Learn keys, relationships, and how data stays consistent.

EP10

Mini Project: Real-World SQL

Put it all together in a real mini project — queries, filtering, aggregations, and relationships.