Exam 156-586 All QuestionsBrowse all questions from this exam
Question 8

When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?

    Correct Answer: B

    When querying for the object instance of CPMI objects in the Postgres database, the relevant table column is 'fwset'. This column is specifically used to reference and query object instances, distinguishing it from other terms which refer to tables or classes rather than specific columns within tables.

Discussion
SakanOption: B

What is requested is the table column to query for the object instance. Inside Table dleobjectderef_data we can see column fwset (type text) One thing is a class object (CpmiHostCkp) another is a table column (fwset)

FreelancerOption: B

I think it´s fwset

gsvitOption: A

Pg 100 CCTE R80.X "In the CpNetworkObject_data table, there is an equivalent legacy object class (CpmiHostCkp) for each new physical server object class (CpNetworkObject)."

Learner23

Hi friend, the question is: what table "column". and you mentioned a table. Sakan's answer looks correct