I have calendar table with columns(id,agent_id,date,location) and agent table with columns(id,name,phone_number,email). I need to create a view of calendar table with additional column(agent_email),where agent_email is from agent table email column as same as agent_id in calendar table is id from agent table.
I have tried as in above screenshot,but instead of agent_email in table column ,I have ?column?.
