select count(distinct(device_id)) did_cnt, count(question_id) question_cnt
from question_practice_detail
where Month(date) = '08';