SNOW-CAD • Practice Test 30
Free SNOW-CAD practice test — 15 questions with explanations. Set 30. No signup required.
Refer to the exhibit. A developer created this data policy on the incident table. What will be the result when a user creates or updates an incident where the caller's name is 'VIP'?
{
"name": "Enforce Mandatory for VIP",
"table": "incident",
"conditions": [
{
"condition": "caller_id.name = 'VIP'",
"mandatory": "short_description"
}
]
}