Disaster Preparedness and Management
The principle aim of this course isto train individuals in public and private institutions in various issues relating to Disaster Management. Special emphasis i...
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.
The principle aim of this course isto train individuals in public and private institutions in various issues relating to Disaster Management. Special emphasis i...
Child and youth development promotes and facilitates optimum development of children and adolescents with both normal and special developmental needs, ensuring ...
Magna Skills is delighted to present the Facilities and Property Management Excellence course, designed to equip professionals with the knowledge and skills nec...
Recent floods and droughts across the world highlight the need for our natural water resources to be better managed. In addition, the provision of secure clean ...
Gender Development and Empowerment Programme
Magna Skills is excited to present the Fundraising for Development Projects course, designed for professionals and organizations dedicated to creating positive ...
Public administration is the implementation of government policy and prepares civil servants for working in National Government, Provincial Government and Local...
Decisionmakers need information that is relevant, timely, accurate, and usable. In rural development, a great deal of the information that is generated is, in v...
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.0048041343688965
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 = 811, executionMS: 0.001054048538208
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 = 811 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 10, executionMS: 0.85802006721497
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.0023009777069092
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00072717666625977
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00064396858215332
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.037776947021484