Generate Incorrect SQL Queries

Create Query
These are your uploaded SQLite databases.
Select from existing queries or create your own.
Select which types of errors to generate.
Note: Generation can take 10-30 seconds depending on the complexity of the query. The process will:
  1. Get database schema and sample data
  2. Generate incorrect SQL variants using GPT-4o
  3. Validate each incorrect query by executing it against the database
  4. Save results for viewing
Database Schema
atom
  • atom_id (TEXT) PK
  • molecule_id (TEXT)
  • element (TEXT)
bond
  • bond_id (TEXT) PK
  • molecule_id (TEXT)
  • bond_type (TEXT)
connected
  • atom_id (TEXT) PK
  • atom_id2 (TEXT) PK
  • bond_id (TEXT)
molecule
  • molecule_id (TEXT) PK
  • label (TEXT)