Backward compatibility alias for vwEvaluationGroupData - DEPRECATED: Use vwEvaluationGroupData instead
CREATE VIEW mvwevaluationgroupdata AS (
SELECT vwevaluationgroupdata.keyid,
vwevaluationgroupdata.evaluationid,
vwevaluationgroupdata.questiongroupid,
vwevaluationgroupdata.questiongroupname,
vwevaluationgroupdata.totalscore,
vwevaluationgroupdata.maxtotalscore,
vwevaluationgroupdata.markedna,
vwevaluationgroupdata.totalcriticalscore,
vwevaluationgroupdata.maxtotalcriticalscore,
vwevaluationgroupdata.totalnoncriticalscore,
vwevaluationgroupdata.maxtotalnoncriticalscore,
vwevaluationgroupdata.totalscoreunweighted,
vwevaluationgroupdata.maxtotalscoreunweighted,
vwevaluationgroupdata.failedkillquestions,
vwevaluationgroupdata.divisionid,
vwevaluationgroupdata.comments,
vwevaluationgroupdata.conversationid
FROM vwevaluationgroupdata
)| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| keyid | varchar(50) | true | ||||
| evaluationid | varchar(50) | true | ||||
| questiongroupid | varchar(50) | true | ||||
| questiongroupname | varchar(500) | true | ||||
| totalscore | numeric(20,2) | true | ||||
| maxtotalscore | numeric(20,2) | true | ||||
| markedna | bit(1) | true | ||||
| totalcriticalscore | numeric(20,2) | true | ||||
| maxtotalcriticalscore | numeric(20,2) | true | ||||
| totalnoncriticalscore | numeric(20,2) | true | ||||
| maxtotalnoncriticalscore | numeric(20,2) | true | ||||
| totalscoreunweighted | numeric(20,2) | true | ||||
| maxtotalscoreunweighted | numeric(20,2) | true | ||||
| failedkillquestions | bit(1) | true | ||||
| divisionid | varchar(50) | true | ||||
| comments | text | true | ||||
| conversationid | varchar(50) | true |
| Name | Columns | Comment | Type |
|---|---|---|---|
| public.vwevaluationgroupdata | 17 | View for evaluation group data (converted from table) | VIEW |