Browse Getting Started

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.

1

Open Write SQL with AI

Select Write SQL with AI from the SQL Mocker overview.

2

Add your database structure

Select the database system, then extract, upload, or manually build the relevant schema.

3

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.

4

Ask your question

Describe the result you need in natural language. SQL Mocker generates SQL using the reviewed schema and relationship context.

5

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.

1

Open Review Existing SQL

Select Review Existing SQL from the SQL Mocker overview.

2

Add your query

Paste the SQL into the workspace or upload a supported SQL or text file.

3

Choose a review task

Ask the assistant to explain, review, optimise, troubleshoot, or update the query.

4

Review the response

Inspect the explanation, findings, or revised SQL and confirm that the result preserves the intended query logic.

5

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.

Related documentation