This document describes a visualization technique for SQL tuning called Visual SQL Tuning (VST). VST involves drawing the tables involved in a SQL query as nodes and the joins between the tables as connecting lines to show the relationships. It also identifies any filter conditions in the WHERE clause marked on the relevant tables. This visual representation of the tables, joins, and filters can help identify the optimal execution path for the SQL query.