Getting Started
Quick Start
Choose the workflow that matches your starting point, then follow its focused steps to create a reviewable result.
Write SQL with AI
Choose this workflow when you are starting from database structure and want to generate a new query.
Open Write SQL with AI
Select Write SQL with AI from the SQL Mocker overview.
Add your database structure
Select the database system, then extract, upload, or manually build the relevant schema.
Review the schema and relationships
Confirm the tables, columns, data types, keys, and database-defined relationships. Use Relationships Overview and Investigate Relationships when expected table connections are missing.
Ask your question
Describe the result you need in natural language. SQL Mocker generates SQL using the reviewed schema and relationship context.
Review and test the SQL
Inspect the generated query and dummy-data preview, then test the SQL in your own database environment before use.
Review Existing SQL
Choose this workflow when you already have a query that you want to understand, check, or revise.
Open Review Existing SQL
Select Review Existing SQL from the SQL Mocker overview.
Add your query
Paste the SQL into the workspace or upload a supported SQL or text file.
Choose a review task
Ask the assistant to explain, review, optimise, troubleshoot, or update the query.
Review the response
Inspect the explanation, findings, or revised SQL and confirm that the result preserves the intended query logic.
Test before use
Run the reviewed SQL in your own database environment and verify its results before relying on it.
Choose a SQL Mocker workflow
Select the workflow that matches your starting point.
