View project-source relationships.
Output
Column | Type | Description |
|---|---|---|
proj_id | NUMBER | The primary key value of the project. |
source_id | NUMBER | The primary key of the source item. |
source_name | VARCHAR2 | Description for this source item. |
Example
The following example shows the use of this view in an SQL statement:
select * from hpd_proj_source_relation_vw; |