ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

63 / 240

Question 63:

You need to change the schema for the temporal table you created earlier. The below is the command that is used to change the schema or drop the temporal table. Fill in the blanks with suitable words or values in the command. 
…………. TABLE dbo.CustTemporal SET(SYSTEM_VERSIONING = …………)

Answer options:

A.MODIFY, ON
B.MODIFY, OFF
C.MODIFY, NULL
D.ALTER, OFF
E.ALTER, ON
F.ALTER, NULL