Supervision of Bank & Financial Institutions
The Supervision of Banks & Financial Institutions course by Magna Skills is meticulously designed to provide participants with the advanced expertise needed...
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 Supervision of Banks & Financial Institutions course by Magna Skills is meticulously designed to provide participants with the advanced expertise needed...
Unlock the secrets to financial success with Magna Skills' "Budgets and Financial Reports Mastery" short course. Designed for professionals and enthusiasts alik...
The Corporate Micro-Finance Supervision and Management course offered by Magna Skills is designed to equip professionals with the essential knowledge and skills...
Magna Skills proudly presents the Payment Systems Essentials course, a dynamic program designed for professionals looking to gain a comprehensive understanding ...
Magna Skills is delighted to present the Risk-Based Internal Audit and Compliance short course. This program is designed for professionals seeking to enhance th...
The Fraud Prevention and Detection course offered by Magna Skills is designed to equip participants with the knowledge and skills necessary to identify, prevent...
IPSASs aim to improve the quality of general purpose financial reporting by public sector entities, leading to better informed assessments of the resource alloc...
The Pension Fund and Investment Management course by Magna Skills is a comprehensive programme designed to equip pension fund trustees, board members, finance p...
The objective of the course in Economic and Development Policy is to enhance the knowledge and capacity of government officials that are responsible for th...
Going beyond simply introducing the basic technical products, this rigorous training program discusses theories, approaches, and relationships within the c...
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.0040740966796875
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 = 821, executionMS: 0.0014221668243408
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 = 821 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: 0.6331799030304
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.0013420581817627
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00041007995605469
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00038886070251465
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.044305086135864