PL-300 Model the data • Set 7
PL-300 Model the data Practice Test 7 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A user is a member of both 'Manager' and 'Executive' roles. Which rows will the user see?
{
"name": "RLS Policy",
"roles": [
{
"roleName": "Manager",
"filterExpression": "[Department] = \"Sales\""
},
{
"roleName": "Executive",
"filterExpression": "[Department] = \"Sales\" OR [Department] = \"Marketing\""
}
]
}