Magna Skills Capacity Building Courses

Explore practical training programmes for professionals, NGOs, public sector teams and organisations.

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.

522 Courses Available
18 Course Categories
120,999 Applications Received
Searching course portfolio...
Reset

39 Courses Found

Showing page 1 of 4, 10 courses per page.
View Category Page
Microsoft Office 365 Administrator
MSD2646 ICT and Security Management 364 Students

Microsoft Office 365 Administrator

The Microsoft Office 365 Administrator course offered by Magna Skills is designed to equip participants with the knowledge and skills required to effectively ad...

Advanced Management Information Systems
MSD2639 ICT and Security Management 201 Students

Advanced Management Information Systems

Magna Skills presents the Advanced Management Information Systems (MIS) course, designed for professionals and managers seeking to enhance their understanding a...

Database Management Systems
MSD2638 ICT and Security Management 187 Students

Database Management Systems

Magna Skills is pleased to offer the Database Management Systems course, a comprehensive program designed to provide participants with in-depth knowledge and pr...

Network Management and Administration
MSD2641 ICT and Security Management 116 Students

Network Management and Administration

The Network Management and Administration course by Magna Skills offers participants a comprehensive understanding of network management principles and practice...

Amazon Web Services (AWS) Certified
MSD2637 ICT and Security Management 100 Students

Amazon Web Services (AWS) Certified

The Amazon Web Services (AWS) Certified course offered by Magna Skills is designed to prepare participants for the AWS Certified Solutions Architect - Associate...

Advanced Microsoft Project: Beginner to Expert
MSD2838 ICT and Security Management 91 Students

Advanced Microsoft Project: Beginner to Expert

Dealing with large projects can be daunting through the whole project lifecycle. In this course, Microsoft Project, you will learn foundational knowledge of def...

Advanced Web Developer Course: Beginner to Advanced
MSD2843 ICT and Security Management 80 Students

Advanced Web Developer Course: Beginner to Advanced

The Advanced Web Developer Course offered by Magna Skills is a comprehensive training program designed to take participants from beginner to advanced levels in ...

Practical Complete Web Design & Development
MSD2648 ICT and Security Management 78 Students

Practical Complete Web Design & Development

Are you eager to embark on a journey into the dynamic world of web design and development? Magna Skills presents the Comprehensive Web Design & Development ...

Debug

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.0021579265594482

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.00057005882263184

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 0, executionMS: 1.8567659854889

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.0013120174407959

sql: SELECT COUNT(id) FROM courses, executionMS: 0.00052094459533691

sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00042581558227539

sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.034355878829956