SELECT * FROM (VALUES ('usa', 1), ('imported', 0), ('mixed', 0.5) ) AS origin_lookup(origin, score)