ProductContainsSoftware Table

The ProductContainsSoftware table lists the applications returned by inventory (in the SoftwareVersion table) that are covered by licensable products (listed in SoftwareProduct). A license can map to multiple applications: if any of these applications is installed, a license is required.

Table 1. Database columns for ProductContainsSoftware table

Database Column

Details

SoftwareProductID

Type: integer. Key

The license that maps to an application. This is a foreign key into the SoftwareProduct table.

SoftwareVersionID

Type: integer. Key

The application maps to the license. This is a foreign key into the SoftwareVersion table.