• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1478 Integration courses

Professional Certificate Course in Ethics and Governance Dynamics within Organizational Behaviour in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

This course enables the participants delve into the integration of business ethics and corporate governance, highlighting their synergistic role in fostering responsible corporate behavior. After the successful completion of the course, you will be able to learn about the following, ⦁ Analyse the interconnection between business ethics and corporate governance and the impact of each on responsible corporate behaviour. ⦁ Discuss the importance of combining strong business ethics and effective corporate governance in achieving responsible corporate behaviour. ⦁ Discuss the role of individuals, organizations, and society in promoting business ethics and effective corporate governance. ⦁ Analyse the impact of business ethics and corporate governance on various stakeholders. ⦁ Apply ethical decision-making frameworks and tools to real-world business scenarios. ⦁ Discuss the role of ethical leadership in promoting business ethics and effective corporate governance. ⦁ Analyse the impact of ethical leadership on various stakeholders. The course aims to analyze the intricate relationship between business ethics and corporate governance, underscoring their joint impact on cultivating responsible corporate behavior. Participants will explore the pivotal role of individuals, organizations, and society in advancing business ethics and effective governance. The impact of these principles on diverse stakeholders will be scrutinized, and practical application will be emphasized through the use of ethical decision-making frameworks. Additionally, the course will examine the significance of ethical leadership in driving business ethics and effective corporate governance, elucidating its effects on various stakeholders in the business landscape. This course aims to comprehensively analyze the interconnection between business ethics and corporate governance, emphasizing their collective influence on fostering responsible corporate behavior. Participants will delve into the importance of combining robust business ethics and effective corporate governance as integral components in achieving responsible corporate conduct. The role of individuals, organizations, and society in actively promoting business ethics and effective corporate governance will be discussed, along with a detailed analysis of their impact on various stakeholders. Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Business Ethics, Corporate Governance and Organizational Behaviour Self-paced pre-recorded learning content on this topic. Ethics and Governance Dynamics within Organizational Behaviour Put your knowledge to the test with this quiz. Read each question carefully and choose the response that you feel is correct. All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. There are no strict entry requirements for this course. Work experience will be added advantage to understanding the content of the course. The certificate is designed to enhance the learner's knowledge in the field. This certificate is for everyone eager to know more and get updated on current ideas in their respective field. We recommend this certificate for the following audience. Business Ethics Analyst Corporate Governance Specialist Organizational Behavior Consultant Ethics and Compliance Manager Governance and Risk Analyst Organizational Culture Coordinator Chief Ethics Officer Corporate Social Responsibility Manager Compliance and Ethics Investigator Organizational Development Strategist Average Completion Time 2 Weeks Accreditation 3 CPD Hours Level Advanced Start Time Anytime 100% Online Study online with ease. Unlimited Access 24/7 unlimited access with pre-recorded lectures. Low Fees Our fees are low and easy to pay online.

Professional Certificate Course in Ethics and Governance Dynamics within Organizational Behaviour in London 2024
Delivered Online On Demand14 days
£40

Conference Event Masterclass: Plan & Execute Flawless Events

4.3(43)

By John Academy

Elevate your expertise with our Conference Event Masterclass – your definitive guide to planning and executing flawless events. Dive into essential topics like pre-event planning, programme design, marketing strategies, onsite management, and more. Gain insights into sustainability, international conferences, and the future of hybrid and virtual events. Master sponsorship and fundraising strategies. Ideal for aspiring event managers and seasoned professionals. Unlock the keys to success in conference event management with our comprehensive masterclass.

Conference Event Masterclass: Plan & Execute Flawless Events
Delivered Online On Demand
£24.99

Food Science Certification: Mastering the Science of Food

4.3(43)

By John Academy

Master the intricate world of food science with our comprehensive certification course. Explore topics such as food quality, microbiology, preservation, and packaging, gaining practical insights and expertise. Elevate your understanding of the science behind the food we consume, positioning yourself as a knowledgeable professional in this dynamic industry. Join us to embark on a transformative journey in food science and unlock a world of opportunities. Enroll now for a fulfilling and rewarding learning experience!

Food Science Certification: Mastering the Science of Food
Delivered Online On Demand
£24.99

Oracle 12c - PL/SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Application designers and database developers, database administrators and web server administrators. Overview Upon successful completion of this course, students will be able to work with Oracle database programming using the PL/SQL programming language. They will learn the syntax, structure and features of the language. In this course, students will learn the foundation for the programming series and the use of database-resident stored program units for Oracle 12c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Choosing a Database Programming Language What is Database Programming? PL?SQL Performance Advantages Integration wth Other Languages PL/SQL Language Fundamentals PL/SQL Program Structure LANGUAGE SYNTAX RULES EMBEDDING SQL WRITING READABLE CODE GENERATING DATABASE OUTPUT SQL*PLUS INPUT OF A PROGRAM BLOCK Declare Section About the Declare Section DECLARE PRIMITIVE TYPES DECLARATION OPTIONS NOT NULL CONSTANT DATA DICTIONARY INTEGRATION %TYPE DECLARE SIMPLE USER---DEFINED TYPES TYPE... TABLE TYPE... RECORD EXTENDED USER---DEFINED TYPES Begin Section About the Begin Section Manipulating Program Data Logic Control & Branching GOTO LOOP IF-THEN-ELSE CASE Exception Section ABOUT THE EXCEPTION SECTION ISOLATING THE SPECIFIC EXCEPTION PRAGMA EXCEPTION_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT &SELECT...INTO Beyond the Basics: Explicit Cursors ABOUT EXPLICIT CURSORS EXTENDED CURSOR TECHNIQUES FOR UPDATE OF Clause WHERE CURRENT OF Clause Using FOR?LOOP Cursors Beyond the Basics: Nested BlocksBeyond the Basics: Declared Subprograms USING DECLARED SUBPROGRAMS DECLARED PROCEDURE DECLARED FUNCTION Introducing Databse-Resident Program Units ABOUT DATABASE---RESIDENT PROGRAMS PHYSICAL STORAGE & EXECUTION TYPES OF STORED PROGRAM UNITS STORED PROGRAM UNIT ADVANTAGES MODULAR DESIGN PRINCIPLES Creating Stored Procedures & Functions STORED PROCEDURES & FUNCTIONS CREATE PROCEDURE / CREATE FUNCTION CREATING PROCEDURES & FUNCTIONS RAISE_SALARY() Procedure SALARY_VALID() Function THE PARAMETER SPECIFICATION DEFAULT Clause SYSTEM & OBJECT PRIVILEGES USING THE DEVELOPMENT TOOLS Executing Stored Procedures & Functions CALLING PROCEDURES & FUNCTIONS UNIT TESTING WITH EXECUTE ANONYMOUS BLOCK UNIT TESTING SPECIFYING A PARAMETER NOTATION SQL WORKSHEET UNIT TESTING CALLING FUNCTIONS FROM SQL Maintaining Stored Program Units RECOMPILING PROGRAMS Mass Recompilation Using UTL_RECOMP() DROPPING PROCEDURES & FUNCTIONS DROP PROCEDURE / FUNCTION DATA DICTIONARY METADATA Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies DEPENDENCY INTERNALS TRACKING DEPENDENCIES THE DEPENDENCY TRACKING UTILITY SQL DEVELOPER DEPENDENCY INFO DEPENDENCY STRATEGY CHECKLISTS Creating & Maintaining Packages ABOUT PACKAGES CREATING PACKAGES MAINTAINING PACKAGES PERFORMANCE CONSIDERATIONS Advanced Package Capabilities DEFINER & INVOKER RIGHTS WHITE LITS & ACCESSIBLE BY PERSISTENT GLOBAL OBJECTS DEFINING INITIALIZATION LOGIC OBJECT ORIENTATION SUPPORT Advanced Cursor Techniques USING CUSROS VARIABLES USING SYS_REFCURSOR USING CURSOR EXPRESSIONS Using System-Supplied Package DBMS_OUTPUT() UTL_FILE() FOPEN() EXAMPLE Database Trigger Concepts ABOUT DATABASE TRIGGERS DML EVENT TRIGGER SUB---TYPES DATABASE TRIGGER SCENARIO TRIGGER EXECUTION MECHANISMS TRIGGERS WITHIN SQL WORKSHEET Creating Database Triggers STATEMENT-LEVEL TRIGGERS Using RAISE_APPLICATION_ERROR() ROW---LEVEL TRIGGERS EXAMPLES OF TRIGGERS EMPLOYEE_SALARY_CHECK Example EMPLOYEE_JOURNAL Example BUDGET_EVENT Example INSTEAD OF TRIGGERS TRIGGERS WITHIN AN APPLICATION Maintaining Database Triggers CALL SYNTAX TRIGGER MAINTENANCE TASKS SHOW ERRORS TRIGGER DROP TRIGGER ALTER TRIGGER MULTIPLE TRIGGERS FOR A TABLE HANDLING MUTATING TABLE ISSUES Implementing System Event Triggers WHAT ARE SYSTEM EVENT TRIGGERS? DEFININGTHE SCOPE AVAILABLE SYSTEM EVENTS SYSTEM EVENT ATTRIBUTES

Oracle 12c - PL/SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Enterprise Resource Planning (ERP) - CPD Certified

4.7(47)

By Academy for Health and Fitness

In the UK, the demand for skilled professionals in Enterprise Resource Planning (ERP) is soaring as companies strive to stay ahead of the competition. Our ERP Diploma is tailored to equip you with the knowledge and expertise to navigate the intricate world of ERP systems, propelling your career to new heights. Through this comprehensive Enterprise Resource Planning (ERP) program, you'll embark on a transformative journey, exploring the intricacies of ERP implementation, integration, and optimization. Gain a deep understanding of critical business processes, from supply chain management to financial operations, and unlock the secrets to maximizing operational efficiency. Courses Are Included in this Enterprise Resource Planning (ERP) - CPD Certified Bundle: Course 01: Diploma in Enterprise Resource Planning (ERP) Course 02: Online Entrepreneurship Training Course 03: Business Productivity Training Course 04: Lean Process and Six Sigma Training Course Course 05: SAP Controlling (CO) - Product Costing S4HANA Course 06: Quality Management and Strategic Training - ISO 9001 Learning Objectives of Enterprise Resource Planning (ERP) Master enterprise resource planning systems implementation and optimization. Develop entrepreneurial mindset for business growth using ERP. Streamline processes and enhance productivity through ERP strategies. Apply Lean and Six Sigma methodologies for efficiency. Gain expertise in SAP product costing using S4HANA. Implement quality management systems aligned with ISO 9001 and much more... Why Choose Our Enterprise Resource Planning (ERP) Course? FREE Enterprise Resource Planning (ERP) certificate accredited Get a free student ID card with Enterprise Resource Planning (ERP) Training Get instant access to this Enterprise Resource Planning (ERP) course. Learn Enterprise Resource Planning (ERP) from anywhere in the world Enterprise Resource Planning (ERP) is affordable and simple to understand Enterprise Resource Planning (ERP) is an entirely online, interactive lesson with voiceover audio Lifetime access to the Enterprise Resource Planning (ERP) course materials Enterprise Resource Planning (ERP) comes with 24/7 tutor support So enrol now in this Enterprise Resource Planning (ERP) Today to advance your career! Start your learning journey straightaway with Enterprise Resource Planning (ERP) - CPD Certified! This Enterprise Resource Planning (ERP) curriculum has been designed by Enterprise Resource Planning (ERP) experts with years of experience behind them. The Enterprise Resource Planning (ERP) course is extremely dynamic and well-paced to help you understand Enterprise Resource Planning (ERP) with ease. You'll discover how to master the Enterprise Resource Planning (ERP) skill while exploring relevant and essential topics. Assessment Process of Enterprise Resource Planning (ERP) - CPD Certified Once you have completed all the courses in the Enterprise Resource Planning (ERP) bundle, you can assess your skills and knowledge with an optional assignment. Our expert trainers will assess your assignment and give you feedback afterward. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Enterprise Resource Planning (ERP) - CPD Certified This Enterprise Resource Planning (ERP) - CPD Certified bundle is suitable for everyone. Requirements Enterprise Resource Planning (ERP) - CPD Certified You will not need any prior background or expertise to enrol in this Enterprise Resource Planning (ERP) - CPD Certified. Career path Enterprise Resource Planning (ERP) - CPD Certified This Enterprise Resource Planning (ERP) - CPD Certified bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - £29 If you are an international student, you will be required to pay an additional fee of 10 GBP for international delivery, and 4.99 GBP for delivery within the UK, for each certificate

Enterprise Resource Planning (ERP) - CPD Certified
Delivered Online On Demand17 hours
£35

Good Manufacturing Practice (GMP) Training Course

4.3(43)

By John Academy

Elevate your expertise with our comprehensive Good Manufacturing Practice (GMP) Training Course. Master the essentials of GMP across cosmetics, food, and pharmaceutical industries. Dive into cutting-edge topics like IT applications, contamination control, and maintenance strategies. Join us to foster a culture of quality, compliance, and excellence in manufacturing. Transform your career with industry-relevant knowledge and practical insights. Enroll now for a future where your skills drive the standards of safety and quality.

Good Manufacturing Practice (GMP) Training Course
Delivered Online On Demand
£23.99

Project Management

By Compete High

🌟 Unlock Your Potential with Project Management Course! 🌟 Are you ready to elevate your career to new heights? Do you aspire to become a master of efficiency, organization, and success in your projects? Look no further! Welcome to the comprehensive and dynamic world of Project Management. Project Management is not just a skill; it's a strategic asset that businesses worldwide rely on to deliver results, meet deadlines, and exceed expectations. In today's fast-paced and competitive landscape, having a solid grasp of project management principles is the key to staying ahead of the curve. Benefits of Taking Our Project Management Course: 🚀 Master Essential Skills: Dive into the core principles of project management, including planning, scheduling, budgeting, risk management, and team leadership. 🌐 Global Relevance: Acquire internationally recognized best practices and methodologies that transcend industries and geographic boundaries. 💼 Boost Your Career: Stand out in the job market and open doors to exciting career opportunities in fields such as IT, construction, healthcare, finance, and beyond. 🔍 Enhanced Problem-Solving: Develop critical thinking and problem-solving abilities to tackle complex project challenges with confidence and finesse. 👥 Effective Collaboration: Learn how to foster collaboration, communication, and synergy among team members, stakeholders, and clients for seamless project execution. 📈 Drive Results: Gain the tools and techniques to drive projects to successful completion on time, within budget, and according to specifications. 🎓 Continuous Growth: Stay ahead of the curve with lifelong learning opportunities and continuous professional development in the ever-evolving field of project management. Who is this for? Our Project Management course is designed for professionals and aspiring leaders across industries who are eager to enhance their project management skills and take their careers to the next level. Whether you're a seasoned project manager looking to sharpen your expertise or a newcomer seeking to break into the field, this course is tailored to meet your needs and propel you towards success. Professionals: Individuals already working in project management roles who want to deepen their knowledge and stay current with industry trends. Team Leaders: Managers and supervisors responsible for overseeing projects and teams within their organizations. Career Changers: Professionals transitioning into project management from related fields seeking to acquire foundational skills and competencies. Entrepreneurs: Business owners and startup founders who want to streamline operations, maximize efficiency, and drive growth through effective project management practices. Career Path Embark on a journey towards a rewarding and fulfilling career path in project management. Upon completing our course, you'll be equipped with the expertise and credentials to pursue various career opportunities, including: 🔹 Project Manager: Lead and manage projects of all sizes and complexities across diverse industries. 🔹 Program Manager: Oversee multiple projects and initiatives within an organization to achieve strategic objectives. 🔹 Project Coordinator: Assist project managers in planning, executing, and monitoring project activities to ensure successful outcomes. 🔹 Business Analyst: Analyze business processes, identify improvement opportunities, and implement solutions through effective project management. 🔹 Consultant: Provide strategic guidance and expertise to organizations seeking to optimize project management practices and drive performance. With the demand for skilled project managers continuing to rise, the possibilities are endless! FAQ (Frequently Asked Questions) Q: Is this course suitable for beginners with no prior experience in project management? A: Absolutely! Our course is designed to cater to learners of all levels, from beginners to seasoned professionals. We provide comprehensive instruction and support to help you build a solid foundation in project management principles and techniques. Q: How long does it take to complete the course? A: The duration of the course may vary depending on the learning format and your individual pace. Typically, our course spans several weeks to months, allowing ample time for in-depth exploration of key concepts and practical application through real-world projects and exercises. Q: Will I receive a certification upon completion of the course? A: Yes! Upon successfully completing the course requirements, you will be awarded a certificate of completion, validating your proficiency in project management principles and methodologies. Our certification is recognized and respected by employers worldwide, enhancing your credibility and marketability in the job market. Q: Can I access course materials and resources after completing the course? A: Yes! We believe in empowering our learners with ongoing support and access to valuable resources even after completing the course. You will retain access to course materials, updates, and community forums to continue your learning journey and stay connected with fellow professionals in the field. Q: How does your course differ from other project management training programs? A: Our course stands out for its comprehensive curriculum, dynamic instructional approach, and emphasis on practical application and real-world scenarios. We prioritize interactive learning experiences, hands-on exercises, and case studies to ensure that you not only grasp theoretical concepts but also develop the practical skills and confidence to excel in your project management endeavors.   Don't miss this opportunity to transform your career and become a powerhouse in project management. Enroll now and unlock your full potential with our Project Management course! 🚀✨ Course Curriculum Module 1 Overview of Project Management. Overview of Project Management. 00:00 Module 2 Project Scheduling and Execution. Project Scheduling and Execution. 00:00 Module 3 Resource and Risk Management. Resource and Risk Management. 00:00 Module 4 Project Communication and Integration. Project Communication and Integration. 00:00 Module 5 Project Scope and Time Management. Project Scope and Time Management. 00:00

Project Management
Delivered Online On Demand5 hours
£4.99

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)

By Packt

This comprehensive .NET Core course will provide a strong foundation in clean architecture, SOLID principles, and help implement the CQRS and Mediator patterns. You will also learn to build and consume APIs in a Blazor WebAssembly application. The course content is fully compatible with .NET 6 and .NET 7, ensuring you are up-to-date with the latest version.

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Delivered Online On Demand10 hours 3 minutes
£41.99

Tapping Out of Trauma 1.0

By EFT Tapping Training Institute

Working with trauma requires advanced knowledge and skills beyond basic tapping training. While tapping produces amazing results, trauma requires a higher level of training in order to be both safe and effective.

Tapping Out of Trauma 1.0
Delivered OnlineFlexible Dates
£312

VMware Workspace ONE: Skills for UEM [V22.x]

By Nexus Human

Duration 3 Days 18 CPD hours Overview By the end of the course, you should be able to meet the following objectives: Explain and apply the fundamental techniques for launching and maintaining an intelligence-driven, multiplatform endpoint management solution with Workspace ONE UEM Outline the components of Workspace ONE UEM Explain the general features and functionality enabled with Workspace ONE UEM Summarize the basic Workspace ONE administrative functions Explain and deploy common Workspace ONE integrations Securely deploy configurations to Workspace ONE UEM managed devices Onboard device endpoints into Workspace ONE UEM Summarize the alternative management methodologies for rugged devices Discuss strategies to maintain environment and device fleet health Configure and deploy applications to Workspace ONE UEM managed devices Analyze a Workspace ONE UEM deployment Enable email access on devices Integrate Workspace ONE UEM with content repositories and corporate file shares In this three-day course, you learn how to apply the fundamental techniques for launching and maintaining an intelligence-driven, multiplatform endpoint management solution with VMware Workspace ONE© UEM. Through a combination of hands-on labs, simulations, and interactive lectures, you will configure and manage the endpoint life cycle. After the three days, you will have the foundational knowledge for effectively implementing Workspace ONE UEM. Course Introduction Introductions and course logistics Course objectives Platform Architecture Summarize the features and functionality of Workspace ONE UEM Outline the benefits of leveraging Workspace ONE UEM Recognize the core and productivity components that make up the Workspace ONE UEM platform Summarize high availability and disaster recovery for Workspace ONE Solution Administration Navigate and customize the Workspace ONE UEM console Summarize the hierarchical management structure Explain the features and functions of Workspace ONE Hub Services Outline account options and permissions Enterprise Integrations Outline the process and needs to integrate with directory services Explain certificate authentication and practical implementation with Workspace ONE Explain the benefits of integrating an email SMTP service into the Workspace ONE UEM console Describe VMware Dynamic Environment Manager and its architecture Onboarding Outline the prerequisite configurations in the Workspace ONE UEM environment for onboarding devices for management Outline the steps for setting up autodiscovery in the Workspace ONE UEM console Enroll an endpoint through the VMware Workspace ONE© Intelligent Hub app Summarize platform onboarding options Managing Endpoints Explain the differences between device and user profiles Describe policy management options for Windows 10 and macOS Describe the functions and benefits of using compliance policies Explain the use case for Freestyle Orchestrator Describe the capabilities that sensor and scripts enable. Alternative Management Methods Describe the function and benefits of device staging Configure product provisioning in the Workspace ONE UEM console Understand the benefits of deploying a VMware Workspace ONE© Launcher? configuration to Android devices List the system and device requirements for Linux device management in Workspace ONE UEM Applications Describe the features, benefits, and capabilities of application management in Workspace ONE UEM Understand and configure deployment settings for public, internal, and paid applications in the Workspace ONE UEM console Describe the benefits of using Apple Business Manager content integration Describe the benefits of using server-to-client software distribution List the functions and benefits of VMware Workspace ONE© SDK Device Email List email clients supported by Workspace ONE UEM Configure an Exchange Active Sync profile in the Workspace ONE UEM console Configure VMware Workspace ONE© Boxer settings Summarize the available email infrastructure integration models and describe their workflows Configure email compliance policies and notifications services Content Sharing Describe the benefits of using Content Gateway and the Content Gateway workflows Describe the benefits of integrating content repositories with Workspace ONE UEM Configure a repository in the Workspace ONE UEM console Maintenance Manage endpoints from the Device List view and the Details view. Analyze endpoint deployment and compliance data from Workspace ONE UEM Monitor page.

VMware Workspace ONE: Skills for UEM [V22.x]
Delivered OnlineFlexible Dates
Price on Enquiry