Call Center Training
The Call Center Training course offered by Magna Skills is designed to equip participants with the essential skills and knowledge required to excel in call cent...
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 Call Center Training course offered by Magna Skills is designed to equip participants with the essential skills and knowledge required to excel in call cent...
Marketing Basics
Acquire skills in marketing to help you stand out from other applicants during your job search or take on additional responsibilities in your current position. ...
Magna Skills presents the Internet Marketing Fundamentals course, designed to equip participants with essential knowledge and skills in online marketing. This c...
Body Language Basics
Coaching Salespeople
In Person Sales
Selling Technique and Account Management
Contact Center Training
Events, Exhibitions and Conference Management
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.0037119388580322
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.00090384483337402
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 10, executionMS: 1.0477159023285
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.0012538433074951
sql: SELECT COUNT(id) FROM courses, executionMS: 0.0011370182037354
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00057101249694824
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.034173965454102