
Databricks Certified Data Engineer - Professional
Get started today
Ultimate access to all questions.
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?
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?
Real Exam