nerdexam
ServiceNow

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.

Submitted by marco_it· Apr 18, 2026Database Management and Platform Security

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)
  • A
    3% (1)
  • B
    90% (27)
  • C
    7% (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.

Acmdb_ci

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.

BcmdbCorrect

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.

Ccmdb_rel_ci

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.

Ducmdb

`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

#CMDB#Base Table#ServiceNow Tables#Data Model

Community Discussion

No community discussion yet for this question.

Full CSA Practice