select author_id,author_level from author_tb where author_id in (select author_id from answer_tb group by author_id having count(distinct answer_date )>=3);