select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%November%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%December%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%January%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%February%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%March%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%April%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%May%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%June%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Mali' and month like '%July%'