ServiceNow Certified System Administrator — Question 330
User records are stored in which table?
Answer options
- A. User [sys_user]
- B. User [sn_user]
- C. User [u_sys_user]
- D. User [s_user]
Correct answer: A
Explanation
The correct answer is A, as the sys_user table is specifically designed to store user records in the system. Options B, C, and D do not correspond to the standard table used for user data, thus making them incorrect.