🚧 Join Strategies

🚧 Coming soon: Reading execution plans to spot join types; index/rowcount considerations.

-- Placeholder example
SELECT o.*, c.*
FROM dbo.Orders o
JOIN dbo.Customers c ON c.CustomerID = o.CustomerID;