select count(distinct device_id) as did_cnt,count(question_id) as question_cnt
from question_practice_detail
where month(date)=8 and year(date)=2021