- 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.
推薦閱讀
- 自己動手寫搜索引擎
- Python爬蟲開發:從入門到實戰(微課版)
- Mastering SVG
- Learning SAP Analytics Cloud
- OpenCV 3和Qt5計算機視覺應用開發
- 軟件項目管理實用教程
- 基于Swift語言的iOS App 商業實戰教程
- 概率成形編碼調制技術理論及應用
- Reactive Android Programming
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- C語言從入門到精通
- Rust游戲開發實戰
- OpenCV with Python By Example
- Learning Docker Networking