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

Câu 75: DP-203: Data Engineering on Microsoft Azure

You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool. You have a table that was created by using the following Transact-SQL statement. Which two columns should you add to the table? Each correct answer presents part of the solution.NO…

Nội dung câu hỏi

You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool. You have a table that was created by using the following Transact-SQL statement. Which two columns should you add to the table? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

Minh họa câu hỏi

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. [EffectiveStartDate] [datetime] NOT NULL,
  2. B. [CurrentProductCategory] [nvarchar] (100) NOT NULL, — đáp án hiện tại
  3. C. [EffectiveEndDate] [datetime] NULL,
  4. D. [ProductCategory] [nvarchar] (100) NOT NULL,
  5. E. [OriginalProductCategory] [nvarchar] (100) NOT NULL, — đáp án hiện tại

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ề