ServiceNow Certified System Administrator — Question 271
How would you describe the relationship between the Incident and Task table?
Answer options
- A. Incident table has a one to many relationship with the Task table
- B. Incident table is extended from Task table
- C. Incident table is related to the Task table via the INC number
- D. Incident table has a many to many relationship with the Task table
- E. Incident table is a database view of the Task table
Correct answer: B
Explanation
The correct answer is B because the Incident table is a subclass of the Task table, inheriting its properties. Option A is incorrect as it implies a different relationship type, while C suggests a specific linkage that doesn't define their relationship structure. Options D and E also mischaracterize the nature of the relationship between the two tables.