Database Tables Structure

andylee
Giga Contributor

I am looking for db table structure of ServiceNow.

Do we have that sort of information available from ServiceNow?

Andy

1 ACCEPTED SOLUTION

vab_13
ServiceNow Employee
ServiceNow Employee

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:


ERM4SN - Demo


ERM4SN - Table - Tree



It gives the entire Table Tree Structure.


View solution in original post

2 REPLIES 2

vab_13
ServiceNow Employee
ServiceNow Employee

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:


ERM4SN - Demo


ERM4SN - Table - Tree



It gives the entire Table Tree Structure.


andylee
Giga Contributor

Thanks.