Main Person related data is stored in
-
S_PERSON
-
S_EMP_PER
-
S_USER
-
S_CONTACT
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
Person-related data in Siebel is stored in the S_CONTACT table, which is the base table for contact information including both internal employees and external contacts. S_PERSON is not a standard table, S_EMP_PER is for employee-specific data, and S_USER is for user authentication.
AI explanation
In the Siebel data model, general person data — names, addresses, contact details — is stored in the S_CONTACT base table, which underlies the Contact business component used across many applications. S_PERSON doesn't exist as the primary table, S_EMP_PER is specific to employee-person records, and S_USER holds application login/user data, not general person data.