i'm looking for some help please, here is my situation. i have three tables.
table 1
kpi_id , kpi_name, description_kpi
table 2
prog_id , prog_name, prog_description
kpi_per_prog
prog_id, kpi_id
now i want to creat a view from kpi_per_prog where i can have
result_table
id_prog , id_kpi, prog_name, kpi_name
kpi_id and prog_id are the primary keys