156-587 · Question #61
When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?
The correct answer is A. CpmiHostCkp. The CpmiHostCkp table in the Postgres database contains the data for CPMI objects, such as gateways, clusters, and servers. The table column that should be selected to query for the object instance is the objid column, which is the primary key of the table and uniquely…
Question
When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?
Options
- ACpmiHostCkp
- Bfwset
- CCPM Global M
- DGuiDBedit
How the community answered
(24 responses)- A92% (22)
- B4% (1)
- D4% (1)
Explanation
The CpmiHostCkp table in the Postgres database contains the data for CPMI objects, such as gateways, clusters, and servers. The table column that should be selected to query for the object instance is the objid column, which is the primary key of the table and uniquely identifies each object. The objid column can be used to join with other tables that reference CPMI objects, such as CpmiClusterMember, CpmiCluster, and CpmiServer. The objid column can also be used to retrieve the object name, IP address, type, and other attributes from the CpmiHostCkp table itself.
Topics
Community Discussion
No community discussion yet for this question.