Getting an explanation of a SQL query in natural language in Hue

You can use the SQL AI Assistant to breakdown and understand a complex SQL query in natural language.

  1. Insert a SQL query in the Hue editor that you would like to understand in natural language.
  2. Click Assistant on the Hue SQL editor:
    Screenshot showing how to launch the SQL AI Assistant from the Hue web interface.
  3. Click EXPLAIN.
    Screenshot showing how to generate an explanation of a SQL query in natural language using the SQL AI Assistant in Hue.
    The LLM generates the explanation of the SQL query.
    Screenshot showing the explanation of a SQL query in natural language using the SQL AI Assistant in Hue.