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

MYSQL Reference: MySQL Introduction

Quick reference for MySQL Introduction.

Read time: 1 min • Words: 16
My Progress

MYSQL Reference — MySQL Introduction

Quick summary of MySQL Introduction with syntax and example.

Syntax

SELECT ...

Example

SELECT id, name FROM users WHERE active=1 ORDER BY id DESC LIMIT 20;