/*[sqlquery[*/ SELECT
policy_amount_identifier,
policy_amount_attached.policy_amount,
policy_amount_attached.policy_coverage_detail_identifier
FROM demo.acme.policy_amount_attached
WHERE policy_amount_identifier not in (SELECT policy_amount_identifier FROM demo.acme.premium_attached )
/*]sqlquery]*/