SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Musical%' AND COUNTRY LIKE '%Britannique%' AND (ORIGINALTITLE LIKE '%Keegan Michael Key%' OR TRANSLATEDTITLE LIKE '%Keegan Michael Key%' OR ACTORS LIKE '%Keegan Michael Key%' OR DIRECTOR LIKE '%Keegan Michael Key%' OR PRODUCER LIKE '%Keegan Michael Key%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 12842)