Quiz 10 Question 20 of 20

A report queries a wide Lakehouse table of digitised-object metadata that has over a hundred columns, including large free-text conservation-note fields, but the report only ever needs five specific columns such as object ID, category, and current branch. The query currently uses SELECT * and is notably slower than reports of similar row count that select only a few columns. What is the most direct explanation, and the most direct fix?

Select an answer to reveal the explanation.

Motivation