Sales & Marketing Management
Embark on a dynamic journey with Magna Skills through our Sales & Marketing Management course. This comprehensive program is designed to empower professiona...
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 dynamic journey with Magna Skills through our Sales & Marketing Management course. This comprehensive program is designed to empower professiona...
Magna Skills presents the Customer and Stakeholders Communication Management course, designed to help professionals develop the necessary skills to communicate ...
Magna Skills is thrilled to present the Advertising and Brand Management course, designed to equip participants with the knowledge and skills needed to excel in...
Public Relations and Communications are at the heart of business performance. Modern methods, tools, and channels have greatly increased the speed in which comm...
Magna Skills presents the Public Relations Professional course, designed for individuals aspiring to build a successful career in public relations (PR) and stra...
The Strategic Marketing Management course by Magna Skills is designed to develop participants’ ability to make informed, market-driven decisions that enhance ...
Magna Skills is pleased to introduce the Customer Care and Service Management course, designed to empower participants with the essential skills and strategies ...
The Customer Relationship Management (CRM) course offered by Magna Skills is designed to provide professionals with the knowledge and skills needed to effective...
The Media and Public Relations course offered by Magna Skills provides comprehensive training in the dynamic field of public relations and media communication. ...
The Public Relations and Media Skills course by Magna Skills is designed to equip professionals with modern communication techniques for building strong organis...
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.0029330253601074
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 = 814, executionMS: 0.0013430118560791
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 = 814 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.2492070198059
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.0048220157623291
sql: SELECT COUNT(id) FROM courses, executionMS: 0.0010058879852295
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.0013430118560791
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.040004968643188