v_responsibility_info


Columns

Table contained 0 rows

View Definition

AخA
 
1
SELECT responsibility_set.touchstone,
2
    responsibility_set.status,
3
    scenario.scenario_description,
4
    scenario_description.disease,
5
    responsibility.id AS responsibility_id,
6
    responsibility.current_burden_estimate_set
7
   FROM (((responsibility_set
8
     JOIN responsibility ON ((responsibility.responsibility_set = responsibility_set.id)))
9
     JOIN scenario ON ((responsibility.scenario = scenario.id)))
10
     JOIN scenario_description ON ((scenario.scenario_description = scenario_description.id)));