Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 04:54 AM
Can anyone explain what are the three main tables of CMDB in servicenow?
Solved! Go to Solution.
Labels:
- Labels:
-
Discovery
-
Service Mapping
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 06:36 AM
Hi,
Key tables in the configuration management database (CMDB):
- The Base Configuration Item [cmdb] table, which is the core CMDB table for non IT CIs (descending classes are non IT CIs).
- The core Configuration Item [cmdb_ci] table, which stores the basic attributes of all the CIs. The admin, itil, or asset user role is required to access this table (descending classes are IT CIs).
- The CI Relationship [cmdb_rel_ci] table, which defines all relationships between CIs.
Mark correct/helpful based on impact.
Thanks,
Dhananjay.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 05:15 PM
Base Table cmdb, CI Core table cmdb_ci, cmdb_model and cmdb_rel_ci for all ci relationships.