
Getting Started Guide
How to Use SQLAI.ai
A practical guide to get you up and running with SQLAI.ai. Written by Delv Editorial, Delv Team.
Getting started with SQLAI.ai
With SQLAI.ai, you can generate and optimise SQL queries quickly using natural language. After this guide, you'll be able to create SQL queries without needing extensive coding knowledge.Step 1: Sign up and set up
- Go to SQLAI.ai.
- Click on the "Sign Up" button in the top right corner.
- Enter your email address and create a password, then click "Create Account".
- You can start using the free tier immediately without any payment details.
Step 2: Your first query
- Once logged in, you'll see the main dashboard. Look for the text input box labelled "Ask SQLAI".
- Type your natural language question, such as "Show me all customers who made a purchase in the last month".
- Click the "Generate SQL" button right below the input box.
- The generated SQL query will appear in the output section. You can copy it to use in your database.
Step 3: Get better results
- Be specific with your questions. Instead of asking vague questions like "Tell me about sales", specify the timeframe and details: "List sales from January 2023 to March 2023".
- Use the "Optimise Query" button after generating a query to improve performance. This feature will refine your query for efficiency.