Identify the top 10 senders by the total number of parcels shipped from the sender_addresses table.
SELECT sa.name AS sender_name, COUNT(*) AS total_shipped_parcels FROM sender_addresses sa JOIN parcels p ON sa.id = p.sender_address_id GROUP BY sa.name ORDER BY total_shipped_parcels DESC LIMIT 10
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.