DEPLOYMENT_PROJECTION_STATEMENTS
Contains information about CREATE PROJECTION statements used to deploy a database design.
	Contains information about 
CREATE PROJECTION statements used to deploy a database design. Each row contains information about a different CREATE PROJECTION statement. The function 
DESIGNER_RUN_POPULATE_DESIGN_AND_DEPLOY populates this table.
| Column Name | Column Type | Description | 
|---|---|---|
| DEPLOYMENT_ID | INTEGER | Unique ID that Database Designer assigned to the deployment. | 
| DESIGN_NAME | VARCHAR | Unique name that the user assigned to the design. | 
| DEPLOYMENT_PROJECTION_ID | INTEGER | Unique ID assigned to the output projection by Database Designer. | 
| STATEMENT_ID | INTEGER | Unique ID assigned to the statement type that creates the projection. | 
| STATEMENT | VARCHAR | Text for the statement that creates the projection. |