- 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.
- 在最好的年紀學Python:小學生趣味編程
- BeagleBone Media Center
- 深入淺出Windows API程序設計:編程基礎篇
- 教孩子學編程:C++入門圖解
- 零基礎Java學習筆記
- Instant PHP Web Scraping
- PHP編程基礎與實踐教程
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Android應用開發實戰
- Learning Nessus for Penetration Testing
- scikit-learn Cookbook(Second Edition)
- Ajax與jQuery程序設計
- C++程序設計習題與實驗指導
- Python數據科學實戰
- RabbitMQ Essentials