Given a Delta table named ‘products’ with the schema: name (STRING), category (STRING), expiration_date (DATE), price (FLOAT). When executing the query `SELECT * FROM products WHERE price > 30.5`, which of the following mechanisms will the query optimizer use to identify the data files to load? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz