Get the count of tickets for each ticket type.
SELECT ticket_types.name, COUNT(tickets.id) AS ticket_count FROM ticket_types LEFT JOIN tickets ON ticket_types.id = tickets.type_id GROUP BY ticket_types.name
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.