SELECT state, country FROM districts where state is not NULL and account_status='Approved' group by state ORDER BY `state` ASC