Skip to content
DEA
Data Processing & Transformations
hard
Question 1 of 62

A data engineer is building a transformation that processes a products table containing a tags column of type ARRAY<STRING>. They need to create one row per tag so each tag can be analyzed individually. Which SQL function should they use?

AFLATTEN(tags)
BEXPLODE(tags)
CUNNEST(tags)
DARRAY_AGG(tags)

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion