Browse Existing SQL

Documentation category

Existing SQL

Explain, inspect, update, optimize, and check SQL you already have.

Upload Existing SQL

Upload a SQL or text file into the Imported SQL workspace for explanation and review.

Read documentation

Paste Existing SQL

Paste a query directly into the Imported SQL workspace without creating a file.

Read documentation

Explain SQL in Plain English

Use Plain-English walkthrough to summarize a query and explain its data flow, joins, filters, calculations, outputs, and watch-outs.

Read documentation

Review & Update SQL

Break an existing query into tables, columns, and relationships, then update its output structure.

Read documentation

Review Output Columns

List the result columns returned by an existing query and trace each one to its source.

Read documentation

Remove Output Columns

Remove a field from the final result while retaining columns that the query still needs internally.

Read documentation

Add Another Database Table

Use Add from Database to introduce reviewed metadata for another table into an existing SQL query.

Read documentation

Optimize SQL

Use Performance tune-up to receive a rewritten query with inline explanations of suggested improvements.

Read documentation

SQL Query Checkup

Use Query checkup to identify syntax, reference, join, logic, or performance concerns in existing SQL.

Read documentation