Get a list of companies with the highest number of debtors.
SELECT c.company_name, COUNT(d.debtor_id) as num_debtors FROM companies c JOIN debtors d ON c.company_id = d.company_id GROUP BY c.company_name ORDER BY num_debtors DESC
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.