- ServiceNow Application Development
- Sagar Gupta
- 187字
- 2021-07-03 00:01:08
Key table-management modules
The following are the key features and modules available to manage tables and columns in the ServiceNow platform:
- System Definition | Tables & Columns: This module lists all the tables that exist in the ServiceNow instance in a single page. It offers a quick way to see a list of all the columns in a table, along with the attributes of each column, as shown in the following screenshot:

- Schema map: The schema map feature can be used to display relationships between tables visually, thereby helping you to understand the relation between tables and navigate through the database structure. As shown in the following screenshot, the schema map captures the following different intertable relationships:
-
- Many-to-many relationships
- Tables that extend other tables
- Tables that reference other tables through reference fields

- Tables: The System Definition | Tables modules can be used to quickly find information about a table, such as its system name and the table that it is extending (extended table).
- Dictionary: The System Definition | Dictionary module lists information that defines the entire database schema. Dictionary is also referred to as the data dictionary.
推薦閱讀
- Hyper-V 2016 Best Practices
- Visual C++串口通信開發入門與編程實踐
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Java程序設計
- HTML5從入門到精通(第4版)
- Learning Concurrency in Kotlin
- 智能搜索和推薦系統:原理、算法與應用
- “笨辦法”學C語言
- Django實戰:Python Web典型模塊與項目開發
- R Data Science Essentials
- Django Design Patterns and Best Practices
- Node.js實戰:分布式系統中的后端服務開發
- AngularJS UI Development
- SAS編程演義