Microsoft Office Programmes
Our Microsoft Office training includes a variety of courses designed to teach individuals of all skill levels about using all of the Office programs. Our instru...
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.
Our Microsoft Office training includes a variety of courses designed to teach individuals of all skill levels about using all of the Office programs. Our instru...
Magna Skills presents the Email Administration & Server Management course, tailored for IT professionals and system administrators looking to master the com...
The Introduction to Cloud Computing: AWS and Azure course by Magna Skills offers a foundational understanding of cloud computing platforms, focusing on Amazon W...
In collaboration between Magna Skills and ShaFrost, we present the "Empowering Africans with Digital Skills and Affiliate Marketing" course. This comprehensive ...
This Magna Skills course provides a comprehensive understanding of data protection principles, privacy compliance, and information governance in public sector a...
Prince 2 Foundation
In this course you will learn how to manage Azure subscriptions, secure identities, administer the infrastructure, configure virtual networking, connect Azure a...
In this course students will gain the knowledge and skills needed to implement security controls, maintain the security posture, and identify and remediate vuln...
The Machine Learning Algorithms in Python and R course offered by Magna Skills provides participants with comprehensive training in machine learning techniques ...
The enterprise computing landscape is constantly changing and posing new challenges in server administration. Windows Server 2012 provides a strong foundation t...
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.002453088760376
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 = 809, executionMS: 0.00076007843017578
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 = 809 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 20, executionMS: 1.7808442115784
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.0020029544830322
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00078415870666504
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00078797340393066
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.053258895874023