CSA · Question #240
Which is the base table of the configuration management database hierarchy?
The correct answer is B. cmdb. The cmdb table serves as the foundational base table for the entire Configuration Management Database (CMDB) hierarchy in ServiceNow, from which all other CMDB tables extend.
Question
Which is the base table of the configuration management database hierarchy?
Options
- Acmdb_ci
- Bcmdb
- Ccmdb_rel_ci
- Ducmdb
How the community answered
(30 responses)- A3% (1)
- B90% (27)
- C7% (2)
Why each option
The `cmdb` table serves as the foundational base table for the entire Configuration Management Database (CMDB) hierarchy in ServiceNow, from which all other CMDB tables extend.
The `cmdb_ci` table is the base table for all Configuration Items, but it itself extends from the more fundamental `cmdb` table, meaning it is not the absolute base of the entire hierarchy.
The `cmdb` table is the most abstract, top-level base table in ServiceNow's CMDB hierarchy. All other CMDB classes and Configuration Items (CIs), including `cmdb_ci`, ultimately extend from this fundamental table.
The `cmdb_rel_ci` table stores relationships between Configuration Items, which is an important part of the CMDB, but it is not the base table for the CI hierarchy itself.
`ucmdb` is not a standard ServiceNow table name for the CMDB hierarchy's base; it might refer to a different CMDB product or a custom table.
Concept tested: CMDB table hierarchy base
Source: https://docs.servicenow.com/bundle/utah-cmdb/page/product/configuration-management/concept/c_CMDBHierarchy.html
Topics
Community Discussion
No community discussion yet for this question.