The RequestProvider table contains one entry for every request and profile combination. This is used to determine request/profile dependencies for scheduler resources and profile deletion.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| providerid | integer | not null | The ID from the Provider table for a profile used by the
request.
|
| requestid | integer | not null | The ID from the Request table for the request using the
profile.
|
Product Name: Data Transformer
Table Type: Table