Get the top selling articles based on the quantity sold.
SELECT article_name, SUM(quantity) AS total_quantity_sold FROM Sales_Order_Line_Items GROUP BY article_name ORDER BY total_quantity_sold 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.