ServiceNow Certified Implementation Specialist – Discovery — Question 86
Which of the following best describes the relationship between the Tomcat [cmdb_ci_app_server_tomcat] table and the Application Server [cdmb_ci_app_server] table? (Choose two.)
Answer options
- A. Tomcat does not extend the Application Server table
- B. Tomcat table extends the Application Server table
- C. Tomcat table is a child of the Application Server table
- D. Tomcat table is a parent of the Application Server table
Correct answer: B, C
Explanation
The correct answers are B and C because the Tomcat table extends the Application Server table, indicating that it inherits properties from it. Option A is incorrect as it contradicts option B, and option D is wrong because the Tomcat table cannot be a parent of the Application Server table in this context.