Courseiva
Database Administration and CMDBeasyMultiple SelectObjective-mapped

SNOW-CSA Database Administration and CMDB Practice Question

A new administrator needs to view the relationships between CIs. Which TWO tables store information about CI relationships? (Select two.)

⚠ Common exam trap

Candidates often confuse the `cmdb_ci_relationship` table (which does not exist) with the correct `cmdb_rel_ci` table, or they mistakenly think that `cmdb_ci` itself stores relationship data instead of just CI attributes.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

cmdb_rel_type

The `cmdb_rel_type` table defines the types of relationships that can exist between configuration items (CIs), such as 'Depends on' or 'Runs on'. Option C is correct because the `cmdb_rel_ci` table stores the actual relationship instances, linking two CIs together with a specific relationship type. Together, these two tables provide the schema and data for CI relationships in the ServiceNow CMDB.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • cmdb_ci_service

    Why it's wrong here

    Stores service-CI mappings, not CI-to-CI relationships.

  • cmdb_rel_type

    Why this is correct

    Stores the types of relationships (e.g., 'Connected to', 'Depends on').

  • cmdb_rel_ci

    Why this is correct

    Stores the actual relationships between CIs.

  • cmdb_ci

    Why it's wrong here

    cmdb_ci stores CI records, not relationships.

  • cmdb_ci_relationship

    Why it's wrong here

    This is not a standard table in ServiceNow.

About these practice questions

This SNOW-CSA question is part of Courseiva's 504-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SNOW-CSA practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CSA exam.