---
title: "SQL Query Builder — Documentation & FAQ"
description: "How to use SQL Query Builder, plus answers to common questions."
canonical: "https://www.razi.pro/tools/sql-builder/docs"
tags: ["natural language to sql", "sql query generator", "ai sql builder"]
source: "razi.pro"
---

# SQL Query Builder — Documentation & FAQ

Documentation for [SQL Query Builder](https://www.razi.pro/tools/sql-builder) — Describe your data needs in plain English and instantly generate SQL queries.

## Quick start

Describe your query in plain English and the AI will generate the SQL. Copy and use in your database.

## Frequently asked questions

### How does the AI SQL query builder work?

Describe your data query in plain English (e.g., 'show me all users who signed up last month') and the AI will generate the corresponding SQL query. You can then copy and use the query in your database.

### What SQL dialects are supported?

The tool generates standard SQL that works with most databases including PostgreSQL, MySQL, SQLite, and SQL Server. The generated queries use common SQL syntax compatible across platforms.

### Is the generated SQL safe to use in production?

The generated SQL is syntactically correct, but you should always review and test queries before running them on production databases. The tool is best used as a starting point to accelerate query writing.
