- ServiceNow Application Development
- Sagar Gupta
- 133字
- 2021-07-03 00:01:02
Single data model
Each ServiceNow instance has its own database and is used to store data in tables comprised of various columns. While each application has their specific set of tables and columns, there are some tables like users, cmdb_ci, and tasks shared by many different applications. All records stored in tables are structured quite similarly with the column sys_id as the unique primary key thus enabling a single system of records that correlates all business services and processes throughout the enterprise.
While working on the ServiceNow platform, developers do not have to worry about how the database is set up or how tables are structured. On the other hand, administrators have access to many data management tools, giving them enough control over tables and data stored in them Chapter 3, Data Management.
- DBA攻堅指南:左手Oracle,右手MySQL
- Apache ZooKeeper Essentials
- Visual FoxPro程序設計教程(第3版)
- 程序員面試算法寶典
- Production Ready OpenStack:Recipes for Successful Environments
- Mastering C# Concurrency
- Python程序設計
- Python Data Analysis(Second Edition)
- Julia Cookbook
- Mastering Android Development with Kotlin
- 快人一步:系統性能提高之道
- Learning Bootstrap 4(Second Edition)
- Akka入門與實踐
- Get Your Hands Dirty on Clean Architecture
- Android熱門應用開發詳解