Idea [im_idea_core] is directly extended from which table?
A.
It is not extended from any table
B.
Task
C.
Idea Modules
D.
Project
The Answer Is:
A
This question includes an explanation.
Explanation:
According to the ServiceNow documentation1, the Idea [im_idea_core] table is a base table that is not extended from any other table. It stores information about ideas and their categories. The other options are incorrect because:
Task: The Task table is a base table that is extended by many other tables, such as Project, Demand, Incident, etc2.
Idea Modules: The Idea Modules table is a child table of the Idea [im_idea_core] table that defines the idea modules displayed on the Idea Portal3.
Project: The Project table is a child table of the Task table that stores information about projects.