- 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.
推薦閱讀
- Mastering Visual Studio 2017
- Drupal 8 Blueprints
- LabVIEW Graphical Programming Cookbook
- Getting Started with SQL Server 2012 Cube Development
- FLL+WRO樂高機(jī)器人競賽教程:機(jī)械、巡線與PID
- jQuery開發(fā)基礎(chǔ)教程
- INSTANT Yii 1.1 Application Development Starter
- JavaScript腳本特效編程給力起飛
- Clojure for Java Developers
- Natural Language Processing with Python Quick Start Guide
- CodeIgniter Web Application Blueprints
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- Building a Media Center with Raspberry Pi
- Joomla!Search Engine Optimization
- Software Architecture with Python