Advanced Agricultural project management Strategies
This advanced-level course by Magna Skills is designed to empower agricultural project managers, agribusiness professionals, government officers, and developmen...
Browse our full course portfolio, filter by category, search by course title, and register for online or face-to-face training in leading destinations across Africa and beyond.
This advanced-level course by Magna Skills is designed to empower agricultural project managers, agribusiness professionals, government officers, and developmen...
Magna Skills is pleased to offer the Animal Production and Health Nutrition course, designed for professionals and stakeholders in the agriculture and livestock...
The Fumigation and Pest Control course by Magna Skills is designed to equip participants with the knowledge and practical skills required to effectively manage ...
Magna Skills presents the Agricultural Statistics course, tailored for professionals and stakeholders involved in the agricultural sector seeking to enhance the...
Magna Skills proudly presents the Organization of Health and Safety Management course, specifically designed for professionals aiming to establish and enhance r...
The Food and Nutrition Security Analysis course offered by Magna Skills is designed to provide participants with comprehensive training in assessing, analyzing,...
Magna Skills is pleased to present the Monitoring, Evaluation, and Impact Assessment Excellence course, designed for professionals aiming to enhance their skill...
This professional development course by Magna Skills is designed to empower development practitioners, government officials, NGO staff, and community leaders wi...
The programme is aimed those who have work experience in developing countries and wish to acquire professional skills in the expanding field of social policy an...
The Information Management and Knowledge Sharing course by Magna Skills equips professionals with the essential skills to capture, organize, store, and dissemin...
sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc LEFT JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY cc.Category_Name ASC , executionMS: 0.0022649765014648
sql: SELECT COUNT(c.id) FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 810, executionMS: 0.00053501129150391
sql: SELECT c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name, COUNT(a.Application_ID) AS TotalApplications FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category LEFT JOIN apply a ON a.Course_Title = c.id WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 810 GROUP BY c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name ORDER BY c.Featured DESC, TotalApplications DESC, c.Course_Title ASC LIMIT 10 OFFSET 0, executionMS: 0.60241603851318
sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc INNER JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY TotalCourses DESC, cc.Category_Name ASC LIMIT 8 , executionMS: 0.0014228820800781
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00043010711669922
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00036716461181641
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.032248973846436