CAD · Question #114
Which is the base table of the configuration management database hierarchy?
The correct answer is C. cmdb_ci. The cmdb_ci table serves as the base table for the configuration management database hierarchy, from which all specific Configuration Item classes are extended. This table defines the common attributes shared by all CIs.
Question
Which is the base table of the configuration management database hierarchy?
Options
- Acmdb_rel_ci
- Bucmdb
- Ccmdb_ci
- Dcmdb
How the community answered
(56 responses)- A4% (2)
- B5% (3)
- C89% (50)
- D2% (1)
Why each option
The `cmdb_ci` table serves as the base table for the configuration management database hierarchy, from which all specific Configuration Item classes are extended. This table defines the common attributes shared by all CIs.
`cmdb_rel_ci` is a table for storing relationships between CIs, not the base table of the CI hierarchy itself.
`ucmdb` is not a standard ServiceNow table; it might refer to a different CMDB product.
The `cmdb_ci` table is the base table for all Configuration Items (CIs) in the CMDB hierarchy, meaning all other CI classes extend from it and inherit its fields and behaviors. While `cmdb` is the top-level CMDB table, `cmdb_ci` is the direct parent for all actual Configuration Items.
The `cmdb` table is the base table for the entire CMDB application, but `cmdb_ci` is specifically the base for Configuration Items within that hierarchy, which is typically what 'CMDB hierarchy' refers to in this context.
Concept tested: CMDB hierarchy base table
Source: https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/configuration-management/concept/cmdb-ci-table.html
Topics
Community Discussion
No community discussion yet for this question.