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