Databricks Certified Data Engineer Professional — Question 90

The marketing team is looking to share data in an aggregate table with the sales organization, but the field names used by the teams do not match, and a number of marketing-specific fields have not been approved for the sales org.

Which of the following solutions addresses the situation while emphasizing simplicity?

Answer options

Correct answer: A

Explanation

Option A is correct because creating a view with the necessary fields and aliasing them simplifies the process and ensures compliance with naming conventions. The other options involve more complex solutions that may complicate data management and do not address the need for simplicity effectively.