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

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