select email from cc_users where user_id = :user_id select count(*) from dual where exists (select 1 from users where user_id = :user_id and password_answer = :answer) select count(*) from dual where exists (select 1 from persons where first_names = :first_names and last_name = :last_name)