- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 03:19 AM
I am looking for db table structure of ServiceNow.
Do we have that sort of information available from ServiceNow?
Andy
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 03:20 AM
Exact question has been answered here:
https://community.servicenow.com/thread/280539?q=db%20schema
\\
In ServiceNow, sys_db_object table has relationships of what extends what (like incident extends task), and sys_dictionary tells you the fields that exist in each table.
Apart from DB details from ServiceNow itself, have a look here:
It gives the entire Table Tree Structure.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 03:20 AM
Exact question has been answered here:
https://community.servicenow.com/thread/280539?q=db%20schema
\\
In ServiceNow, sys_db_object table has relationships of what extends what (like incident extends task), and sys_dictionary tells you the fields that exist in each table.
Apart from DB details from ServiceNow itself, have a look here:
It gives the entire Table Tree Structure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 03:22 AM
Thanks.