"""Get a upc based on a product code.""" SELECT_UPC_FROM_RELEASE_ID = """ SELECT r.upc FROM releases r WHERE r.release_id = '{release_id}' ; """