Allows products to register with the schema when installed. Used to register a product to track which product is installed and uses the MDB.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| product_code | integer | not null | Product code. |
| major_version | integer | not null | Major version. |
| minor_version | integer | not null | Minor version. |
| product_name | nvarchar(255) | not null | Product name. |
| product_specific_data | nvarchar(255) | with null | Product specific data. |
| install_count | integer | not null | Install count. |
| description | nvarchar(255) | with null | Description. |
Product Name: MDB
Table Type: Table