Skip to main content

SQL Help and Semantic Explanation

The AI help capability analyzes selected SQL keywords, objects, or whole statements to explain syntax meaning, object definitions, and overall SQL logic.

What It Does

  • Explains the meaning of SQL keywords or syntax fragments
  • Describes target table or object definitions
  • Summarizes the overall logic of complex SQL
  • Helps with learning, code review, and reading unfamiliar scripts

Prerequisites

  • Open the SQL Console for the target data source.
  • Enter the content you want to analyze in the SQL editor.

Steps

  1. Open the SQL Console for the target data source.
  2. Enter or select the target SQL keyword, object name, or full statement in the editor.
  3. Right-click the selected content, then click Help.
  4. Review the returned explanation of syntax, object structure, or statement logic.

Common Use Cases

  • Learning unfamiliar SQL keywords and syntax
  • Understanding complex SQL written by others
  • Quickly checking whether table definitions and statement logic match expectations

Tips

  • Treat the explanation as an assistant for understanding. For formal development work, confirm with database-native documentation and actual execution results.