Find the join NEC never shows you.
NEC Housing has well over a thousand tables, and the joins you actually report on are rarely declared foreign keys. Search every HOU and FSC table, read the real relationships including the inferred ones, then point at any two tables and get the SQL for the route between them. The verbatim NEC column descriptions sit next to each field, so you stop guessing what a column holds.
- Search 1,577 live NEC Housing tables, with system and empty tables already stripped out.
- See declared and trusted joins, including the ones with no foreign key behind them.
- Generate the shortest SQL join path between any two tables, with waypoints when you need them.