What this developer tool does
List table references found in common SQL statements and label the clause that introduced each one. The extractor handles schema-qualified and quoted identifiers, skips names declared as common table expressions, and keeps first-seen order for a cleaner dependency inventory.
Tokenizes SQL outside comments and strings, records CTE names, then reads identifiers after FROM, JOIN, UPDATE, INSERT INTO, DELETE FROM, MERGE INTO, and table DDL keywords.
Dynamic SQL, vendor-specific table functions, and deeply nested dialect extensions may require a full database parser.