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...
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 Microsoft Office 365 Administrator course offered by Magna Skills is designed to equip participants with the knowledge and skills required to effectively ad...
Elevate your Excel skills with Magna Skills' Advanced Excel Formulas, Functions & Dashboards course. Tailored for professionals and enthusiasts, this progra...
Magna Skills presents the Advanced Management Information Systems (MIS) course, designed for professionals and managers seeking to enhance their understanding a...
Magna Skills is pleased to offer the Database Management Systems course, a comprehensive program designed to provide participants with in-depth knowledge and pr...
The Network Management and Administration course by Magna Skills offers participants a comprehensive understanding of network management principles and practice...
The Amazon Web Services (AWS) Certified course offered by Magna Skills is designed to prepare participants for the AWS Certified Solutions Architect - Associate...
Dealing with large projects can be daunting through the whole project lifecycle. In this course, Microsoft Project, you will learn foundational knowledge of def...
The Advanced Web Developer Course offered by Magna Skills is a comprehensive training program designed to take participants from beginner to advanced levels in ...
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 ...
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