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

4301 Courses delivered Online

SQL Programming Masterclass

4.9(27)

By Apex Learning

Course Overview: Are you ready to embark on a journey into SQL Programming? Unlock the power of data manipulation and database management with the SQL Programming Masterclass. This comprehensive course is meticulously designed throughout this masterclass to provide you with an in-depth understanding of SQL, starting from the basics and progressing to advanced topics. You will explore SQL data types, filtering and sorting data, working with functions, handle NULL values, and even diving into complex SQL concepts like joins, unions, etc. With a course duration of carefully crafted lessons, this Masterclass ensures you grasp SQL's nuances and develop the proficiency to apply these skills effectively.By the end of the SQL Programming Masterclass, you will be prepared to navigate the world of databases confidently. Enrol in this course today and start your journey! Key Features of the Course: CPD certificate upon completion 24/7 learning assistance and support Who is This Course For? This course is perfect for individuals seeking to enhance their data management and analysis skills. Whether you're a data analyst, database administrator, software developer, or professional looking to upskill, this course will empower you to harness the power of SQL programming. Prior programming experience is not mandatory, making it accessible to beginners and intermediate learners. What You Will Learn: Foundations of SQL programming: Learn the basics of SQL, database management systems, and the tools used in this course, such as PostgreSQL and SQLectron. Data manipulation: Master the art of extracting, filtering, and sorting data based on specific requirements using various SQL keywords and operators. Advanced querying techniques: Dive deeper into SQL programming by exploring functions, grouping and aggregating data, and using advanced query techniques. Data conversion and manipulation: Discover how to convert data types, concatenate strings, manipulate characters and numbers, and utilise case statements for more sophisticated queries. Joining tables: Understand the different types of joins and how to combine data from multiple tables using join operations effectively. Data modification: Learn how to insert, update, and delete records in a database, as well as manage table structures and constraints.Joining tables: Understand the different types of joins and how to combine data from multiple tables using join operations effectively. Views and schemas: Explore the concepts of views and schemas, and learn how to create and use them to organise and present data effectively. Why Enrol in This Course: Top-reviewed course: Join thousands of satisfied learners who have praised this course for its clear explanations, comprehensive content, and examples. Recently updated curriculum: Benefit from the most up-to-date information and industry best practices in SQL programming. In-demand skills: SQL programming is a highly sought-after skill in today's job market, opening up numerous career opportunities across industries. Requirements: No prior programming experience is required. All you need is a computer with an internet connection and a willingness to learn. Career Path: Upon completing the SQL Programming Masterclass, you'll have the knowledge and skills for various career paths, including: Data Analyst - Average UK salary: £35,000 per year Database Administrator - Average UK salary: £40,000 per year Business Intelligence Analyst - Average UK salary: £45,000 per year SQL Developer - Average UK salary: £40,000 per year Data Engineer - Average UK salary: £55,000 per year Software Developer - Average UK salary: £45,000 per year Data Scientist - Average UK salary: £60,000 per year Certification: Upon completing the Hygiene and Infection Control CPD Level 4 course, you will receive a CPD certificate. It demonstrates your commitment to maintaining the highest standards of hygiene and infection control. Course Curriculum 17 sections • 117 lectures • 10:47:00 total length •Introduction: 00:01:00 •Tools Used in This Course: 00:01:00 •Download PostgreSQL: 00:02:00 •Install PostgreSQL: 00:03:00 •Download SQLectron: 00:02:00 •Install SQLectron: 00:01:00 •Connect to PostgreSQL - Credentials: 00:01:00 •Connect to PostgreSQL Using SQLectron: 00:02:00 •Import Course Data Using SQLectron: 00:02:00 •FOR WINDOWS 32-BIT USERS: Download, Install, Configure & Import Data: 00:08:00 •Check Imported Data: 00:06:00 •What is a Database?: 00:01:00 •SQL Data Types: 00:02:00 •Finally Some Fun! Extracting Data Based on Requirements: 00:01:00 •Filtering Data using WHERE Keyword: 00:08:00 •Filter Data by Range Using BETWEEN: 00:03:00 •Filter Data by Set of Values Using IN: 00:03:00 •Filter Data by Date: 00:05:00 •More Filtering by Date: 00:03:00 •Another Query Filtering by Date: 00:01:00 •Filter Data by Strings: 00:04:00 •More Filtering by Strings: 00:05:00 •More Filtering by Strings 2: 00:10:00 •More Filtering by Strings 3: 00:02:00 •How to Ignore Caps when Filtering by String: 00:04:00 •AND Operator: 00:10:00 •OR Operator: 00:12:00 •NOT Operator: 00:09:00 •AND, OR & NOT Operators: Which Has the Highest Priority?: 00:06:00 •Basic Math Operations: 00:06:00 •Modulo Operator: 00:04:00 •Calculate The Net Salary for Employees: 00:06:00 •Filter Data with Math Equations: 00:03:00 •Concatenate Strings with '||' Operator: 00:06:00 •Concatenate Strings with Numbers: 00:02:00 •Give Your Report Fields A Cool Name: 00:04:00 •A Report for Payroll: 00:07:00 •Order Records by Column: 00:06:00 •Order Records by Multiple Columns: 00:12:00 •How Alias Names Cannot Be Used with WHERE: 00:02:00 •LIMIT Record Count Fetched by Your Query: 00:08:00 •Fetch A Field's Unique Values Using DISTINCT: 00:03:00 •Using DISTINCT Keyword with Multiple Columns: 00:06:00 •What is a NULL Value Anyway?: 00:05:00 •Build More Sophisticated Queries with CASE Statements: 00:10:00 •Your Knowledge So Far Under A Great Test: 00:09:00 •Let Me Introduce You to Functions: 00:04:00 •SUM Function: 00:04:00 •AVG (Average) Function: 00:04:00 •COUNT Function: 00:07:00 •MIN & MAX Functions: 00:04:00 •How To Count Your Field's Unique Values: 00:04:00 •GROUP BY Clause: Use Functions with Dimensions: 00:06:00 •GROUP BY More Than One Dimension: 00:05:00 •Now For Some Tough Workout: 00:09:00 •Filter By Aggregate Functions with HAVING Clause: 00:08:00 •Character Functions - UPPER, LOWER & INITCAP: 00:08:00 •Character Functions - CONCAT & LENGTH: 00:10:00 •Character Functions - LPAD & RPAD: 00:13:00 •Character Functions - TRIM: 00:04:00 •Character Functions - REPLACE: 00:09:00 •Character Functions - SUBSTR: 00:10:00 •Number Functions - MOD & ROUND: 00:11:00 •Number Functions - TRUNC: 00:07:00 •Selectception: A Select Query inside another Select Query!: 00:06:00 •Auto Data Conversion in SQL: 00:11:00 •Cast Date to Character: 00:10:00 •Cast Number to Character: 00:09:00 •Cast Timestamp to Character: 00:07:00 •Cast Character to Number: 00:08:00 •Cast Character to Date & Timestamp: 00:09:00 •UNION: 00:03:00 •UNION ALL: 00:02:00 •Important Note about Combining Queries: 00:02:00 •INTERSECT: 00:01:00 •EXCEPT: 00:01:00 •Employees & Departments Tables Revised: 00:03:00 •Entity Relationship Diagram (ERD): 00:09:00 •Cartesian Join: 00:09:00 •Table Aliases with Joins: 00:07:00 •Why I Don't Recommend Cartesian Joins: 00:08:00 •Inner Join: 00:06:00 •In-Depth Look into Join Types in SQL: 00:03:00 •Outer Join - Right, Left & Full: 00:08:00 •INSERT a New Record to a Table: 00:09:00 •Insert Without Specifying Column Names: 00:09:00 •UPDATE a Record's Field Values: 00:07:00 •CAUTION! How an UPDATE Query Can Go Wrong: 00:04:00 •Update a Record Using Single-Row Functions: 00:04:00 •A Good Exercise: Extract Employee's Email Address: 00:02:00 •Solution: Extract Employee's Email Address: 00:13:00 •DELETE a Table's Record: 00:06:00 •Insert Records with Nested Select Queries: 00:06:00 •SQL Data Types Revised: 00:13:00 •Bookstore Data Set: Let's Move It to Database: 00:04:00 •Create Your First Table!: 00:08:00 •Insert Data to Your New Table: 00:08:00 •Change Column Data Type: 00:07:00 •Rename Column: 00:04:00 •Add a New Column to Table: 00:04:00 •Constraints in SQL: 00:01:00 •Primary Keys: 00:14:00 •NOT NULL Constraint: 00:05:00 •UNIQUE Constraint: 00:04:00 •DEFAULT Constraint: 00:04:00 •Foreign Keys: 00:08:00 •Use Foreign Keys with Joins - Books & Publishers: 00:06:00 •Foreign Keys - Properties: 00:06:00 •Drop Column: 00:01:00 •DROP Table: 00:01:00 •Create a New Table with Select Statement: 00:05:00 •A Trick to Create an Empty Table with Select Statement: 00:03:00 •Insert New Records Using Select Statement: 00:06:00 •Views: 00:03:00 •Schemas: 00:02:00 •Create & Use Schemas: 00:04:00 •Resources - SQL Programming Masterclass: 00:00:00

SQL Programming Masterclass
Delivered Online On Demand10 hours 47 minutes
£12

Business : Business Starting Up

By Training Tale

With the global financial markets in such turmoil, many people are looking for security in ways they may not have considered previously. This Business Starting Up course is designed for students who want to learn the skills and knowledge required to develop a start-up. It is crucial that you create an effective plan that will allow you to test your product or service and make any necessary changes and improvements. It all starts with developing a successful business idea. This Business Starting Up course comprises several modules that will look into a different aspects of this subject. It will provide learners with an understanding of the initial processes and requirements of a Business Starting Up, as well as knowledge of the first steps in Business Starting Up, including marketing, legal, and financial requirements, as well as an understanding of how to write a start up plan. Learning Outcomes After completing this Business Starting Up course, you will be able to: Understand the steps for a start-up. Understand what is required of you to start your own start up. Polish your start up idea. Build your competitive advantages. Increase self-awareness and aid personal development. Develop a Start-up Business Plan. Why Choose Business START UP Course from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. Starting Up Course developed by industry experts. MCQ quiz after each module to assess your learning. Automated and instant assessment results. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the Starting Up course. Other courses are included with Starting Up Bundle Course Course 01: Business Starting Up Course 02: Level 2 Certificate in Business Management Course 03: Level 2 Diploma in Business Administration Course 04: Level 5 Diploma in Business Analysis Course 05: Level 3 Business Administration Course 06: Level 7 Diploma in Operations Management Course 07: Level 1 Business Management ***Others Included in this Business Starting Up Bundle Course Free 7 PDF Certificate Access to Content - Lifetime Exam Fee - Totally Free Free Retake Exam [ Note: Free PDF certificate as soon as completing the course ] Detailed course curriculum of the Starting Up Course: Module 1: Fundamental Steps for a Business Start-up Module 2: Strategic Thinking about New Business Module 3: The Best Business Ideas for You Module 4: Developing a Start-up Business Plan Assessment Method After completing each module of the Business Starting Up, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Once you complete all the modules in this manner, you will be qualified to request your certification. Certification After completing the MCQ/Assignment assessment for this Business Starting Up course, you will be entitled to a Certificate of Completion from Training Tale. It will act as proof of your extensive professional development. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? This Business Starting Up course is ideal for anyone who wants to start up his own business. Requirements There are no specific requirements for this Business Starting Up course because it does not require any advanced knowledge or skills. Career path Upon successful completion of this Starting Up course, you may choose to become a: Business Owner Entrepreneur Business Analyst Enterprise Advisor Development Executive Certificates Certificate of completion Digital certificate - Included

Business : Business Starting Up
Delivered Online On Demand42 hours
£40

C# Console and Windows Forms Development with LINQ & ADO.NET

4.7(160)

By Janets

Register on the C# Console and Windows Forms Development with LINQ & ADO.NET today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The C# Console and Windows Forms Development with LINQ & ADO.NET is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The C# Console and Windows Forms Development with LINQ & ADO.NET Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the C# Console and Windows Forms Development with LINQ & ADO.NET, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Introduction Introduction 00:03:00 Development Environment Setup Install Visual Studio 2019 Community Edition 00:04:00 Install .Net Core SDK 00:02:00 Tour Of Visual Studio 00:11:00 C# Console Programming - Basic Control Structures Write a Simple Hello World Program 00:15:00 Input and Output Programs 00:18:00 C# Data Types and Conversion 00:22:00 Operators in C# 00:17:00 Condition Statements 00:32:00 Repetition Statements 00:28:00 Methods and Return Types 00:27:00 C# Console Programming - More Advanced Concepts String Manipulation Functions 00:22:00 Handling Exceptions 00:13:00 Classes and Objects 00:37:00 Arrays, Lists and Other Collections 00:35:00 Winforms Applications - The Basics Create a Simple Winforms Application (Car Rental Application) 00:26:00 Understand Winforms Controls, Properties and Events 00:21:00 Form Validation and Exception Handling 00:34:00 Create Database in SQL Server 00:10:00 Create Database Model with ADO.NET 00:13:00 Select Data from the Database Using LINQ 00:15:00 Submit to Database from Form 00:17:00 Multi Document Interface (MDI) and More Database Operations Creating Additional Forms and Windows 00:14:00 Create an MDI Application 00:17:00 Managing Database Changes and CRUD Operations View Data In A Grid 00:29:00 Managing Database Changes 00:18:00 Create and Edit Records (Using one form) 00:48:00 Vehicle Data Validations and Exception Handling 00:07:00 Manage Car Rental Records 00:45:00 Enhancing Application Flow and User Experience 00:28:00 User Management and Login Functionality Simple Login Form 00:39:00 Control Features Based on User Roles 00:35:00 User Password and Active Status Reset 00:21:00 Add New Users and Password Reset 00:45:00 Add To Source Control Add Project to GitHub 00:19:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

C# Console and Windows Forms Development with LINQ & ADO.NET
Delivered Online On Demand13 hours 7 minutes
£25

Professional Certificate Course in Project Management Methodologies in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

The course will cover the meaning and benefits of project management and different types of project management methodologies including the waterfall model, Agile model, and CPM model. The course will provide a brief study of each methodology, covering their merits, demerits, principles, and areas of practice. The course will also explore case studies to provide practical examples of project management in action. This course is designed to provide an overview of project management and its benefits. Participants will learn about different types of project management methodologies. The course will cover the principles and areas of practice for each methodology, as well as their merits and demerits. The course will also include case studies to provide practical examples of project management in action. By the end of the course, participants will have gained valuable knowledge and skills to choose the right project management methodology based on project requirements and effectively manage projects from start to finish. After the successful completion of the course, you will be able to learn about the following; The meaning and benefits of project management. The different types of project management methodologies such as the waterfall model, Agile model, CPM model, and so on. A brief study on the various model; their merits, demerits, principles, and area of practice. This course is designed to provide an overview of project management and its benefits. Participants will learn about different types of project management methodologies, including the waterfall model, Agile model, and CPM model. The course will cover the principles and areas of practice for each methodology, as well as their merits and demerits. The course will also include case studies to provide practical examples of project management in action. By the end of the course, participants will have gained valuable knowledge and skills to choose the right project management methodology based on project requirements and effectively manage projects from start to finish.  VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Project Management Methodologies - N Self-paced pre-recorded learning content on this topic. Project Management Methodologies 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. CEO, Director, Manager, Supervisor Project Managers Project Coordinators Project Analysts Business Analysts Team Leaders Department Managers Executives overseeing projects Consultants Engineers IT Professionals Marketing Managers Human Resources Managers Financial Analysts Operations Managers Supply Chain Managers Product Managers. 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 Project Management Methodologies in London 2024
Delivered Online On Demand14 days
£32

AS Level Business

By Spark Generation

This is the sign that you can learn cool courses during high school. If you want to prepare for your future, do it with Spark Generation and our Cambridge self-paced courses :)

AS Level Business
Delivered Online On Demand48 hours
£4.50

VMware vSAN: Fast Track (v7)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Storage and virtual infrastructure consultants, solution architects, and administrators who are responsible for production support and administration of VMware vSAN [v7] Overview By the end of the course, you should be able to meet the following objectives: Describe vSAN concepts Detail the underlying vSAN architecture and components Explain the key features and use cases for vSAN Identify requirements and planning considerations for vSAN clusters Describe the different vSAN deployment options Explain how to configure vSAN fault domains Detail how to define and create a VM Storage policy Discuss the impact of vSAN storage policy changes Describe vSAN storage space efficiency Explain how vSAN encryption works Identify requirements to configure vSAN iSCSI target Detail HCI Mesh technology and architecture Detail vSAN file service architecture and configuration Explain the use cases of vSAN Direct Describe how to setup stretched and two-node vSAN clusters Explain the importance vSAN node hardware compatibility Describe the use of VMware vSphere Lifecycle Manager™ to automate driver and firmware installations Detail vSAN resilience and data availability Discuss the vSAN cluster backup methodology Describe the vSAN maintenance mode and data evacuation options Define the steps to shut down a vSAN cluster for maintenance Explain how to use proactive tests to check the integrity of a vSAN cluster Use VMware Skyline Health™ for monitoring vSAN health Apply a structured approach to troubleshoot vSAN cluster configuration and operational problems During this five-day, intensive course, you gain the knowledge, skills, and tools to plan and deploy a VMware vSAN? cluster. You learn about managing and operating vSAN. This course focuses on building the required skills for common Day-2 vSAN administrator tasks such as vSAN node management, cluster maintenance, security operations, and advanced vSAN cluster operations.You also focus on learning the tools and skills necessary to troubleshoot vSAN 7 implementations and gain practical experience with vSAN troubleshooting concepts through the completion of instructor-led activities and hands-on lab exercises.This course is a combination of the following courses: VMware vSAN: Plan and Deploy, VMware vSAN: Management and Operations, and VMware vSAN: Troubleshooting. Course Introduction Introductions and course logistics Course objectives Introduction to vSAN Describe vSAN architecture Describe the vSAN software components: CLOM, DOM, LSOM, CMMDS, and RDT Identify vSAN objects and components Describe the advantages of object-based storage Describe the difference between All-Flash and Hybrid vSAN architecture Explain the key features and use cases for vSAN Discuss the vSAN integration and compatibility with other VMware technologies Planning a vSAN Cluster Identify requirements and planning considerations for vSAN clusters Apply vSAN cluster planning and deployment best practices Determine and plan for storage consumption by data growth and failure tolerance Design vSAN hosts for operational needs Identify vSAN networking features and requirements Describe ways of controlling traffic in a vSAN environment Recognize best practices for vSAN network configurations Deploying a vSAN Cluster Recognize the importance of hardware compatibility Ensure the compatibility of driver and firmware versioning Use tools to automate driver validation and installation Apply host hardware settings for optimum performance Use vSphere Life Cycle Manager to perform upgrades Deploy and configure a vSAN Cluster using Cluster Quickstart wizard Manually configure a vSAN Cluster using vSphere Client Explain and configure vSAN fault domains Using vSphere HA with vSAN Understand vSAN Cluster maintenance capabilities Describe the difference between implicit and explicit fault domains Create explicit fault domains vSAN Storage Policies Describe a vSAN Object Describe how objects are split into components Explain the purpose of witness components Explain how vSAN stores large objects View object and component placement on the vSAN Datastore Explain how storage policies work with vSAN Define and create a virtual machine storage policy Apply and modify virtual machine storage policies Change virtual machine storage policies dynamically Identify virtual machine storage policy compliance status vSAN Resilience and Data Availability Describe and configure the Object Repair Timer advanced option Plan disk replacement in a vSAN cluster Plan maintenance tasks to avoid vSAN object failures Recognize the importance of managing snapshot utilization in a vSAN cluster Configuring vSAN Storage Space Efficiency Discuss Deduplication and Compression techniques Understand Deduplication and Compression overhead Discuss Compression only mode Configure Erasure Coding Configure swap object Thin Provisioning Discuss Reclaiming Storage Space with SCSI UNMAP Configure TRIM/UNMAP vSAN Security Operations Identify differences between VM encryption and vSAN encryption Perform ongoing operations to maintain data security Describe the workflow of Data-in Transit encryption Identify the steps involved in replacing Key Management Server Introduction to Advanced vSAN Configurations Identify requirements to configure vSAN iSCSI target Detail HCI Mesh technology and architecture Detail vSAN File Service architecture and configuration Explain the use cases of vSAN Direct vSAN Cluster Maintenance Perform typical vSAN maintenance operations Describe vSAN maintenance modes and data evacuation options Assess the impact on cluster objects of entering maintenance mode Determine the specific data actions required after exiting maintenance mode Define the steps to shut down and reboot hosts and vSAN clusters Use best practices for boot devices Replace vSAN Nodes vSAN Stretched and Two Node Clusters Describe the architecture and uses case for stretched clusters Detail the deployment and replacement of a vSAN Witness node Describe the architecture and uses case for two-node clusters Explain the benefits of vSphere HA and vSphere Site Recovery Manager in a vSAN stretched cluster Explain storage policies for vSAN stretched cluster vSAN Cluster Monitoring Describe how the Customer Experience Improvement Program (CEIP) enables VMware to improve products and services Use vSphere Skyline Health for monitoring vSAN Cluster Health Manage alerts, alarms, and notifications related to vSAN in vSphere Client Create and configure custom alarms to trigger vSAN health issues Use IO Insight metrics for monitoring vSAN performance Analyse vsantop performance metrics Use vSAN Proactive Test to detect and diagnose cluster issues vSAN Troubleshooting Methodology Use a structured approach to solve configuration and operational problems Apply troubleshooting methodology to logically diagnose faults and optimize troubleshooting efficiency vSAN Troubleshooting Tools Use Skyline Health for vSAN to identify and correct issues in VMware vSAN Discuss the ways to run various command-line tools Discuss the ways to access VMware vSphere ESXi Shell Use commands to view, configure, and manage your VMware vSphere environment Discuss the esxcli vsan namespace commands Use log files to help vSAN troubleshooting Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware vSAN: Fast Track (v7) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the VMware vSAN: Fast Track (v7) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

VMware vSAN: Fast Track (v7)
Delivered OnlineFlexible Dates
Price on Enquiry

Professional Certificate Course in Fundamentals of Organisational Knowledge in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

In today's rapidly evolving business environment, effective knowledge management is crucial for organizations to maintain a competitive advantage. This course will provide learners with a comprehensive understanding of different types of knowledge and how to manage them successfully. Topics covered include the difference between explicit and tacit knowledge, the importance of knowledge management strategies, and how to capture and classify knowledge. You will also learn about the strategic levers available for managing knowledge and the strategies for effective implementation. By the end of the course, you will be equipped with the knowledge and skills necessary to drive success through effective knowledge management. After the successful completion of the course, you will be able to learn about the following, Understanding Organisation Knowledge. Learning Explicit Versus Tacit Knowledge. Understanding Successful Knowledge Management Strategies. Learning Knowledge Capture and Classification. Understanding Strategic Levers. Understanding Strategies for Managing Knowledge. In today's rapidly evolving business environment, effective knowledge management is crucial for organizations to maintain a competitive advantage. This course will provide learners with a comprehensive understanding of different types of knowledge and how to manage them successfully. Topics covered include the difference between explicit and tacit knowledge, the importance of knowledge management strategies, and how to capture and classify knowledge. You will also learn about the strategic levers available for managing knowledge and the strategies for effective implementation. By the end of the course, you will be equipped with the knowledge and skills necessary to drive success through effective knowledge management. VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Fundamentals of Organisational Knowledge Self-paced pre-recorded learning content on this topic. Fundamentals of Organisational Knowledge 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. CEO, Director, Manager, Supervisor Knowledge managers and officers Human resources managers and officers Organizational development consultants Business analysts and consultants Information technology professionals Operations and supply chain managers Quality and process improvement professionals Project managers 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 Fundamentals of Organisational Knowledge in London 2024
Delivered Online On Demand14 days
£25

It's Up To You To End Human Trafficking

By CanarySinging

Survivor and whistleblower of multigenerational human trafficking exposes systemic, organised abuse (human trafficking) in places that are purposed for helping vulnerable people– including victims of trafficking and refugees in the UK. Providing next-level education on the societal structures which enable this abuse, what precisely has led to a global legacy of abuse, and what is needed to correct it. Highly engaging and motivating event to empower the everyman to do their part in abolishing human trafficking. If you want a world without abuse, you have a role in creating it. Find out what that is today. The victims can't wait for tomorrow.

It's Up To You To End Human Trafficking
Delivered OnlineJoin Waitlist
£25 to £30

Wildlife Rescue and Rehabilitation Course

4.9(27)

By Apex Learning

Overview Our planet's biodiversity is a testament to its rich tapestry of life. Yet, with the rapid environmental changes, countless species face daily threats. Responding to this urgent need, the 'Wildlife Rescue and Rehabilitation Course' provides a rigorous foundation for those keen on safeguarding our delicate ecosystems. T This comprehensive course will equip you with the knowledge and skills to become a proficient wildlife rehabilitator. Our curriculum covers everything from an in-depth understanding of wildlife rehabilitation techniques to ensuring human safety during rescue operations.  With modules that delve into animal health, wildlife injuries, disease control, and best practices for interacting with animals, this course provides a well-rounded education in wildlife rescue and rehabilitation. Take the first step towards success; enrol now! How will I get my certificate? After successfully completing the Course you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this Wildlife Rescue and Rehabilitation Course. It is available to all students, of all academic backgrounds. Requirements Our Wildlife Rescue and Rehabilitation Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 1 sections • 7 lectures • 03:13:00 total length •Module 01: Overview of Wildlife Rehabilitation: 00:32:00 •Module 02: Becoming a Wildlife Rehabilitator: 00:15:00 •Module 03: Human Safety in Wildlife Rescue: 00:32:00 •Module 04: Basic Animal Health: 00:19:00 •Module 05: Wildlife Injuries: 00:24:00 •Module 06: Disease Control: 00:41:00 •Module 07: Best Way to Interact with Animals: 00:30:00

Wildlife Rescue and Rehabilitation Course
Delivered Online On Demand3 hours 13 minutes
£12

Business Management Course

By KEMP CENTER

Certified Management Course Do you want to be a good Manager? If you’re looking for a complete professional training for managers, then look no further! We have a comprehensive certified managerial course for you taught by top industry professionals. All from the comfort of your own home. Join our training to gain managerial skills on how to become an effective leader, conduct business meetings professionally and improve your communication techniques. The course covers many key topics from a manager’s perspective, teaches you techniques for increasing efficiency, time management and introduces you to methods such as Agile, Kaizen and Waterfall. You will learn how to motivate employees, negotiate, deal with crisis situations and learn the legal basis of the labor code. Get started immediately upon purchasing the course. You are just a few clicks away from unlimited access to a library full of materials on our interactive platform. All of this will be taught by our industry-leading experts! Join the Business Management course and get the benefits: Learning from a professional instructor24/7 access from any devicePractical exercisesTests, quizzes and recapsCertificate of completionExtra materials and downloadable bonuses100% satisfaction guarantee Your Singing Instructor: George Darby An industry-leading expert Our Business Management expert is a person with extensive experience and skills in managing various types of businesses. As a manager, he saw firsthand the importance of an effective team cooperation and got involved in the field. As a consultant, he specialized in smoothing the information exchange, bringing down barriers and creating a positive atmosphere throughout the organization. He developed skills and techniques which solved many of her clients’ problems. His management skills encompass a wide range of areas, including business strategy, operations, finance, marketing, human resources, and organizational development. Our expert also possesses strong leadership abilities and has the capacity to inspire others to strive for excellence. Overview of the course: Detailed Video presentations KPIs – Key Performance Indicators How to prioritize action, set key metrics and how to measure results and achieve success. Team Building and Performance Improvement Employee recruitment and team building. Building a sense of unity among employees and setting a mission. Basic Communication Techniques Soft skills in employee management. Emotional intelligence, conducting negotiations, organizational culture in a company, conflict resolution and counteraction bullying. Employee Motivation Manager and coach in one. Building a sense of mission in employees, effective and healthy motivation, achieving set goals through teamwork. Project Management Methods – Agile, Scurm, Waterfall Find out what each project management technique looks like. Three different methods: -Agile, -Scrum, -Waterfall. Choose which one is the most suitable for your needs. Training videos Conducting Business Meetings How to conduct meetings with employees, co-workers and clients. The basics of self-presentation and public speaking. Debriefing Conversations and Mastering Feedback Giving feedback to an employee. Effective debriefing and how to give constructive criticism.   Self-Presentation in Practice – Creating Your Own Image Building authority but also a friendly image as a leader. How to make an impact and consistently achieve high performance. Team Management Team management in practice. Setting goals, delegating tasks, taking responsibility and building a sense of unity among employees Project Management Step-by-step project management techniques in practice. Tests Tests and Repetitions of Acquired Knowledge After each module, a test awaits you to help you consolidate your knowledge. Final Exam At the end course, take a final test as a comprehensive summary of the knowledge and skills you have acquired. Tasks Tasks and Practical Exercises Practical tasks will put the acquired knowledge into practice. Create a team management strategy, analyze reports, or conduct a short case study. Course materials Additional Materials for Use in Daily Work Supplementary materials to use daily and useful applications for a manager. Business dress code, complete with practical advice and ready-made styles. The art of creating attractive presentations, patterns, and templates. A practical guide to communication and self-presentation in public speaking. Experience Beginner-IntermediateLanguage English, German, French, Polish, Portuguese A letter from your expert instructor: Long gone are the days when the boss is seen as the enemy and the hierarchy of the company. A satisfied employee is an effective employee, which is why we need more good managers.Management training is ideal for professionals who work with people and manage a team or for those who would like to be promoted to manager in the future.During the course, you will gain extensive managerial competencies on topics such as team leadership techniques, project management and team building.How do you combine being a good manager, giving your employees support and share experiences, but always with authority and respect? Let us show you!In any company, effectively managing a team and building a sense of unity in a way that still allows you to give constructive criticism is key. Do you know how to deal with crisis situations? Promote your employees or give them their notice when necessary?And the most important question of all, how do you create the right environment for employees to grow and lead your team to perform above average and enjoy success?Find the answers to these questions and many more on this course!George DarbyBusiness Management Expert

Business Management Course
Delivered Online On Demand10 hours
£333