DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

SQL Reference: SQL Introduction

Quick reference for SQL Introduction.

Read time: 1 min Words: 16
Open Playground → SQL My Progress

SQL Reference — SQL Introduction

Quick summary of SQL Introduction with syntax and example.

Syntax

SELECT ...

Example

SELECT * FROM users ORDER BY id DESC LIMIT 10;