Skip to main content
2 of 3
Added information for all SQL types
Phrancis
  • 20.5k
  • 35
  • 65

#SQL

General:

###SQL Server / Transact-SQL

Online: SQL-Format.org

Natively: SET SHOWPLAN_XML

###MySQL

Online: MySQL Syntax Check

Natively: EXPLAIN

###PostgreSQL & PL/pgSQL

Plugin: pg-validator

Natively: EXPLAIN

###SQLite

Plugin: sqllogictest

Natively: EXPLAIN

###Oracle:

Natively: EXPLAIN

Phrancis
  • 20.5k
  • 35
  • 65