CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 85: Databricks Certified Data Engineer Professional

You are performing a join operation to combine values from a static userLookup table with a streaming DataFrame streamingDF. Which code block attempts to perform an invalid stream-static join?

Nội dung câu hỏi

You are performing a join operation to combine values from a static userLookup table with a streaming DataFrame streamingDF. Which code block attempts to perform an invalid stream-static join?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. userLookup.join(streamingDF, ["userid"], how="inner")
  2. B. streamingDF.join(userLookup, ["user_id"], how="outer") — đáp án hiện tại
  3. C. streamingDF.join(userLookup, ["user_id”], how="left")
  4. D. streamingDF.join(userLookup, ["userid"], how="inner")
  5. E. userLookup.join(streamingDF, ["user_id"], how="right")

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề