ServiceNow Certified System Administrator — Question 185
Group records are stored in which table?
Answer options
- A. Group [sn_user_group]
- B. Group [sys_user_group]
- C. Group [s_sys_group]
- D. Group [u_sys_group]
Correct answer: B
Explanation
The correct answer is B, as the 'sys_user_group' table is specifically designed to store information related to user groups. The other options, such as 'sn_user_group', 's_sys_group', and 'u_sys_group', do not represent the standard table used for this purpose in ServiceNow.