Upload Existing SQL
Upload a SQL or text file into the Imported SQL workspace for explanation and review.
Read documentationDocumentation category
Explain, inspect, update, optimize, and check SQL you already have.
Upload a SQL or text file into the Imported SQL workspace for explanation and review.
Read documentationPaste a query directly into the Imported SQL workspace without creating a file.
Read documentationUse Plain-English walkthrough to summarize a query and explain its data flow, joins, filters, calculations, outputs, and watch-outs.
Read documentationBreak an existing query into tables, columns, and relationships, then update its output structure.
Read documentationList the result columns returned by an existing query and trace each one to its source.
Read documentationRemove a field from the final result while retaining columns that the query still needs internally.
Read documentationUse Add from Database to introduce reviewed metadata for another table into an existing SQL query.
Read documentationUse Performance tune-up to receive a rewritten query with inline explanations of suggested improvements.
Read documentationUse Query checkup to identify syntax, reference, join, logic, or performance concerns in existing SQL.
Read documentation