SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Pays-Bas%' AND (ORIGINALTITLE LIKE '%Penelope Mitchell%' OR TRANSLATEDTITLE LIKE '%Penelope Mitchell%' OR ACTORS LIKE '%Penelope Mitchell%' OR DIRECTOR LIKE '%Penelope Mitchell%' OR PRODUCER LIKE '%Penelope Mitchell%') GROUP BY CATEGORY ORDER BY CATEGORY

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