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
- Open the SQL Console for the target data source.
- Enter or select the target SQL keyword, object name, or full statement in the editor.
- Right-click the selected content, then click Help.
- 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.