Get the top 5 folders with the most tasks.
SELECT f.folder_id, f.folder_name, COUNT(t.task_id) AS num_tasks FROM folders f LEFT JOIN tasks t ON f.folder_id = t.folder_id GROUP BY f.folder_id, f.folder_name ORDER BY num_tasks DESC LIMIT 5
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.