This document discusses and compares SQL tuning tools including standalone scripts, SQLHC, and SQLTXPLAIN. Standalone scripts provide specialized diagnostics but require no database installation. SQLHC provides common diagnostics needed for SQL tuning without installation. SQLTXPLAIN provides the most robust set of diagnostics and test case extraction but requires installing two schemas. The tools take a SQL statement as input and output diagnostic files used for SQL tuning.