Using Visual Explain for SQL statements

You can use Visual Explain to view explained SQL statements as a graph. You can use the information available from the graph to tune your SQL queries for better performance. The nodes in the graph represent tables and indexes and each operation on them. The links between the nodes represent the flow of data.

In the SQL Query Builder, Visual Explain is only supported for a single DML statement.

For detailed information about Visual Explain, refer to Diagramming access plans with Visual Explain.

Related tasks
Using Visual Explain for routines

Feedback