select day(date) day,count(*) question_cnt from question_practice_detail where month(date)=8 and year(date)=2021 group by date