This is a dedicated watch page for a single video.
Given a Delta table ‘products’ with the following schema: name STRING, category STRING, expiration_date DATE, price FLOAT When executing the below query: SELECT * FROM products WHERE price > 30.5 Which of the following will be leveraged by the query optimizer to identify the data files to load?