The source usages from which vector products extract data.
Output
Column | Type | Description |
|---|---|---|
product_id | NUMBER | Primary key of product. |
usage_id | NUMBER | Primary key of the Usage for this product. |
Example
The following example shows the use of this view in an SQL statement.
select * from VECTOR_PRODUCT_USAGE; |