SELECT et.exp_number, et.exp_type, ect.claims_cost FROM express_tb et JOIN exp_cost_tb ect ON et.exp_number = ect.exp_number WHERE insurance_cost IS NOT NULL AND claims_cost IS NOT NULL ORDER BY ect.claims_cost DESC