Leadership and Management of Non-Profit and Public Organizations
Embark on a purpose-driven journey with Magna Skills' "Leadership and Management in Non-Profit and Public Organizations" course. Tailored for individuals passio...
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.
Embark on a purpose-driven journey with Magna Skills' "Leadership and Management in Non-Profit and Public Organizations" course. Tailored for individuals passio...
Magna Skills presents the NGO Human Resource Policy Management short course, designed to equip professionals working in non-governmental organizations (NGOs) wi...
This comprehensive course offered by Magna Skills equips participants with essential knowledge and practical skills for effective management of Non-Governmental...
The Working with Donors Course by Magna Skills is designed to equip participants with the knowledge and skills necessary to engage effectively with donors, whet...
The Advanced Public Administration and Management course offered by Magna Skills is designed to provide experienced professionals in the public sector with adva...
Magna Skills is delighted to offer the Non-Profit Fundraising Strategies short course, tailored for professionals and volunteers working in the non-profit secto...
The Gender Studies course offered by Magna Skills is designed to explore and analyze the complexities of gender as a social construct, examining its impact on i...
The Data Analysis Using Epi-Info course offered by Magna Skills is designed to provide participants with practical training in using Epi-Info software for epide...
Magna Skills is pleased to offer the Data Interpretation and Use for HIV and TB Programs course, designed for professionals working in the field of public healt...
The course prepares students to utilize STATA, one of the most commonly used statistical analysis software packages, and develop a deeper understanding of econo...
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.0045931339263916
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 = 815, executionMS: 0.0011820793151855
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 = 815 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: 1.1840732097626
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.0014939308166504
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00053691864013672
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00047397613525391
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.034487962722778