Core tables in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2018 12:47 AM
Define core table and provide the list of core tables in servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2018 09:38 AM
Hey Ramkumar,
i hope your query is been answered, can you please close this thread, then only this will be helpful for other community users
Let me know if you need more help..!!
Thanks,
Rajashekhar Mushke,
Community Leader - 18
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2021 09:59 PM
Tables that exist in the base system are called core tables.These are created by ServiceNow and provided with the base system. Custom tables are created by you (users).
To understand the list of core tables, one should understand concept of base, parent and child classes.
A table that exists another table is called a child class and the table it extends is called a parent class.
Examples:
1. Task[task] table -> Child tables are Change Request, Incident and Problem tables
2. Configuration Item [cmdb_ci] -> Database, Hardware and Software tables
If a table is extended but itself is not extending another table is called Base class/table
Example:
The Task[task] table is such a table, making it both the base class (not extending another table), and a parent class (extended)