Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
A user with the itil role can read only field3. According to the Access Control list, the first entry grants read access to users with the itil role for all fields, but the second entry restricts read access to only users with the admin role. The third entry then specifically grants read access to field3 for users with the itil role. Therefore, the itil role can read only field3 as field1 and field2 are restricted by the second entry.
First - Gives Access to admin and itil for every field second - give access to only the admin for every field third - give read access to field 3 to itil
D. field3 only
field 3 only
itil has access to 1 and 3
doctorF spells it out correctly.