difference between Base Table and Core table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 02:24 AM
What is the difference between Base Table and Core table ?
- 44,801 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2020 10:31 AM
Base Tables:
If a table is extended but itself is not extending another table, it is called base table.
Ex: Task table is both base and parent table.
Core table:
Core tables are created by service now and provided with the base system.
Ex: Task table is a core, parent, and Base table.
Incident and User tables are few other core tables

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2021 09:57 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).
Let's first understand the 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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 10:38 AM
I only understood it when I got to this schema.
A child table is extended from a parent table, that can itself be exteded as well from another parent table. But if the parent table does not extend from another (for example, TASK), it is a base table.
Core tables are tables that exist in the base system, and they can be parent tables (f.e. TASK) or child tables (f.e. Incident).
I hope this helps as it did for me. Please check helpful if it does.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 01:40 AM
What are the types of tables in ServiceNow and what are they?
Some are telling 3 types-Base, core, Custom
Some are telling 2 types-Base, Custom
kindly clarify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 01:42 AM
HI @Community Alums
https://youtu.be/Yqpo9uoTtS4?si=4p-2LbpfrqjjEC11
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************