select * from tblRoles r where r.role_id IN ( select role_id from tblActorRole ar where ar.actor_id = ? )