Which table stores the links from Policy to Control Objective?
Which table stores the links from Policy to Control Objective?
The correct table that stores the links from Policy to Control Objective is [sn_compliance_m2m_policy_statement]. This is because the naming convention reflects that it pertains to the linking (many-to-many) between policies and policy statements, which are closely related to control objectives.
No correct selection CORRECT TABLE NAME = [sn_compliance_m2m_policy_policy_statement]
C is correct sn_compliance_m2m_policy_policy_statement
Answer: none is right, but probably typo in C. sn_compliance_m2m_policy_policy_statement Explanation: B don't exist, C. has the wrong name, should be sn_compliance_m2m_policy_policy_statement - Policy to Entity Type[sn_compliance_m2m_policy_profile_type] - Policy to Control Objective[sn_compliance_m2m_policy_policy_statement] - Control Objective to Entity Type[sn_compliance_m2m_statement_profile_type] gonna love SN naming conventions.... Source: PDI, sys_db_object list view with filter: label=Policy to Control Objective
Incorrect answers: Correct table name is Policy to Policy Statement [sn_compliance_m2m_policy_policy_statement] Description: Many-to-many relationship table that is used to manage relationships between policy and control objectives. https://www.servicenow.com/docs/bundle/yokohama-governance-risk-compliance/page/product/grc-policy-and-compliance/reference/r_InstallWPolAndCompl.html