ServiceNow Certified System Administrator — Question 250
When a custom table is created, which access control rules are automatically created? (Choose four.)
Answer options
- A. create
- B. delete
- C. execute
- D. update
- E. read
- F. write
Correct answer: A, B, E, F
Explanation
The correct options A, B, E, and F represent the essential permissions that are automatically assigned to a custom table, allowing for its creation, deletion, reading, and writing. Option C, execute, and option D, update, are not included as they are not typically auto-generated for new custom tables.