ServiceNow Certified System Administrator — Question 140
When building an extended table from a base table, which fields do you need to create? (Choose two.)
Answer options
- A. The fields that are not in the base table.
- B. The mandatory fields for the base table.
- C. The fields that are specific to the extended table.
- D. The reference fields for the base table.
Correct answer: A, C
Explanation
The correct answers are A and C because when creating an extended table, you need to include fields that are unique to the extended table (C) as well as any additional fields that do not exist in the base table (A). Options B and D are incorrect as they relate specifically to the base table's requirements rather than the extended table's unique attributes.