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

750 Precision courses in Bradford delivered On Demand

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Engineering (Engineer) Training - CPDQS Accredited Bundle Course

5.0(2)

By Training Express

Engineering is more than theories and equations—it's about structured thinking, methodical problem-solving and knowing how to make systems work. This CPDQS Accredited Engineering Bundle Course is crafted for learners who want to explore core engineering concepts across a wide spectrum, from mechanical systems to electrical circuits, without stepping foot into a lab. The content is designed to simplify complex ideas and turn them into digestible, approachable learning, all from the comfort of your own screen. Whether you're brushing up on fundamentals or diving into engineering topics for the first time, this course offers an efficient way to gain relevant theoretical insights. With self-paced study, clearly explained modules and up-to-date digital materials, it’s an ideal way to expand your knowledge in a structured yet flexible environment. No fluff—just solid engineering education, served with precision and clarity. Key Features CPD accredited Course Instant e-certificate Fully online, interactive Engineering course with audio voiceover Developed by experts Self-paced learning and laptop, tablet, smartphone-friendly 24/7 learning assistance Discounts on bulk purchases Enrol now in this Engineering (Engineer) Bundle course to excel! This Engineering (Engineer) Training - CPDQS Accredited Bundle will give you valuable insights into construction management principles and practices. The Engineering course covers many things, including construction materials management, vendor analysis, procurement, and health and safety. Again, our comprehensive Engineering training bundle will empower you to make informed decisions and excel in your engineering career. Engineering (Engineer) Curriculum Course 01: Construction Management Level 3 Course 02: CDM Regulations Course 03: Electrical Engineering for Electrical Substations Course 04: Gas Engineering Course 05: Environmental Engineering Course 06: Site Safety Plus Course 07: CSCS Health and Safety in a Construction Environment (Leading to CSCS Green Card) Course 08: Emergency First Aid at Work (EFAW) Course 09: Risk Assessment Course 10: Construction Project Management Course 11: Site Management Course 12: Plumbing Course 13: Noise and Hearing Protection Course 14: Abrasive Wheels Course 15: Purchasing and Procurement Diploma Course 16: Operations and Supply Chain Management Course 17: Asbestos Surveying Course 18: COSHH Awareness Course 19: Health and Safety in the Workplace Level 2 Course 20: Working at Heights and Confined Space Learning Outcomes Identify the stages of the project life cycle Understand the fundamental concepts of project cost management Develop your understanding of construction materials management Learn about the legal aspects of contracting Discover the risk management strategies in project management Certification Once you've successfully completed the Engineering (Engineer) Training - CPDQS Accredited Bundle, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). CPD Accreditation All of our courses, including this Engineering (Engineer) Training - CPDQS Accredited Bundle are fully accredited. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Engineering (Engineer) Training - CPDQS Accredited Bundle is for those interested in learning principles and practices of construction management to excel in their engineering career. Requirements Learners do not require any prior qualifications to enrol in this Engineering (Engineer) Training - CPDQS Accredited Bundle. Career path Construction Site Manager Construction Supervisors Builders Safety Supervisor Construction Risk Manager Health and Safety Officer Occupational Health Manager Quantity Surveyors Certificates Digital certificate (PDF) Digital certificate - Included Hardcopy Certificate (Hard copy) Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10.

Engineering (Engineer) Training - CPDQS Accredited Bundle Course
Delivered Online On Demand1 hour
£100

Diploma in Adobe Premiere Pro CC at QLS Level 5

4.8(9)

By Skill Up

Level 5 QLS Endorsed Diploma | 150 CPD Points | +Gifts: QLS Certificate + PDF Certificate | 24/7 Learner Support

Diploma in Adobe Premiere Pro CC at QLS Level 5
Delivered Online On Demand14 days
£100

Construction Management, Standards & Estimation for Surveyors Course

5.0(2)

By Training Express

Stepping into the world of construction oversight requires more than just understanding bricks and mortar—it’s about knowing what makes a site tick, from budgets to blueprints. This course is designed specifically for surveyors and those interested in project estimation, construction standards, and managerial know-how. It offers structured insights into the planning, coordination, and financial breakdown of construction projects—making it a sharp pick for learners looking to explore the logic behind construction site decisions and development frameworks. With a well-laid foundation in estimation techniques, health and safety considerations, procurement strategies and construction regulations, this training brings clarity to an industry known for its complex layers. Whether you're reviewing quantities or forecasting project costs, the modules are laid out with precision—keeping things informative, digestible, and anything but dry. If your spreadsheet speaks louder than your toolkit, you’re definitely in the right place. Key Features of Construction Management, Standards & Estimation for Surveyors Bundle CPD Accredited Construction Management, Standards & Estimation for Surveyors Course Instant PDF certificate Fully online, interactive Construction Management, Standards & Estimation for Surveyorscourse Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Enrol now in this Construction Management, Standards & Estimation for Surveyors Bundle course to excel! To become successful in your profession, you must have a specific set of Construction Management, Standards & Estimation for Surveyors skills to succeed in today's competitive world. In this in-depth Construction Management, Standards & Estimation for Surveyorstraining course, you will develop the most in-demand Construction Management, Standards & Estimation for Surveyors skills to kickstart your career, as well as upgrade your existing knowledge & skills. Construction Management, Standards & Estimation for Surveyors Curriculum Course 01: Construction Management Course 02: CDM - Construction Design and Management Course 03: Health and Safety Management for Construction (UK) Course 04: Construction Cost Estimation Using Xactimate Course 05: Construction Estimation using RSMeans Course 06: LEED V4: Building Design and Construction Course 07: Land Surveying and Cost Estimation Course 08: Quantity Surveying Course 09: Property Development Diploma Course 10: Level 5 CAD Designer Training Course 11: Manual Handling at Work Course 12: Working at Height Training Course 13: Working in Confined Spaces Training Accreditation This bundle courses are CPD accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). CPD 130 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for all employees or anyone who genuinely wishes to learn more about Construction Management, Standards & Estimation for Surveyors basics. Requirements No prior degree or experience is required to enrol in this course. Career path This Construction Management, Standards & Estimation for Surveyors Course will help you to explore avariety of career paths in the related industry. Certificates Digital certificate Digital certificate - Included Hardcopy Certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10.

Construction Management, Standards & Estimation for Surveyors Course
Delivered Online On Demand1 hour
£74

Diploma in Event Management - CPD Accredited Course

5.0(2)

By Training Express

Planning events isn’t just about schedules and seating charts—it’s about creating memorable experiences that run like clockwork. Our CPD Accredited Diploma in Event Management delivers the essential knowledge you need to manage everything from conferences and product launches to weddings and music festivals. Designed for today’s digital learner, the course guides you through the entire event process—from concept to completion—with clarity, structure and a dash of wit. Whether you’re organising a small charity fundraiser or coordinating international business events, this online programme helps you master the core principles of successful event coordination. You’ll learn how to plan with precision, budget smartly, manage vendors, promote events online, and keep attendees engaged without losing sleep. It’s event management with a professional edge—accessible, insightful and refreshingly down-to-earth. No buzzwords. Just straight-up skills and strategies that actually make sense. Course Curriculum: Module 01: Types of Events Module 02: Brainstorming Module 03: Types of Entertainment Module 04: Support Staff Module 05: Technical Staff Module 06: Vendors Module 07: Finalize the Plan Module 08: Administrative Tasks Module 09: Get Organized Module 10: Post Event Activities Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Diploma in Event Management - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards Who is this course for? The Diploma in Event Management - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Diploma in Event Management - CPD Accredited training

Diploma in Event Management - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Business Analysis Course - CPD Accredited

5.0(2)

By Training Express

In today’s data-driven world, understanding business analysis is less of a luxury and more of a necessity. This CPD Accredited Business Analysis Course offers a sharp and focused route to learning the essentials of evaluating business needs, improving processes, and guiding decision-makers with clarity and precision. Whether you're aiming to boost your analytical thinking or brush up on frameworks used across various industries, this course speaks the language of business with just the right amount of logic and flair. With engaging modules and a no-fluff approach, you’ll explore the core pillars of business analysis, from stakeholder communication to requirement gathering and data interpretation. Designed for curious minds who appreciate structure over jargon, this online course balances clarity with depth. It's tailored to suit professionals at different stages of their career—minus the clichés, unnecessary metaphors, or lofty promises. Just smart learning, well delivered. Course Curriculum: Module 01: An Introduction to Business Analysis Module 02: The Necessity of a Business Analyst Module 03: Addressing Requirements Module 04: Needs Assessment Module 05: Business Analysis Planning Module 06: Strategy Analysis Module 07: Stakeholder Analysis Module 08: Requirements Elicitation Module 09: Requirements Analysis Module 10: Traceability and Monitoring Module 11: Solution Evaluation Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing Business Analysis - CPD Accredited course. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Business Analysis - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Business Analysis - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Business Analysis - CPD Accredited training.

Business Analysis Course - CPD Accredited
Delivered Online On Demand1 hour
£23

Web Development Secrets Revealed - Critical Rendering Path, HTTP, AJAX, and More

By Packt

A comprehensive web development course that will help you understand 'why' things work and not just 'how'. Learn to write better code to boost your website traffic; know how to precision fix and tweak behavior and performance; improve your market penetration and your margins. Everything you need to know about the Critical Rendering Path, AJAX, and HTTP is right here at your fingertips.

Web Development Secrets Revealed - Critical Rendering Path, HTTP, AJAX, and More
Delivered Online On Demand8 hours 15 minutes
£29.99

Life Coaching - CPD Accredited Course

5.0(2)

By Training Express

Discover the transformative power of structured conversation and thoughtful guidance with our CPD Accredited Life Coaching Course. This online programme offers a professional framework for those who wish to support others in navigating life’s personal and professional hurdles. With clear, thought-provoking modules, it brings insight into motivation, clarity, and behavioural patterns—helping you assist others in setting goals and moving forward with intention. Whether you're already supporting others in a mentoring capacity or you're drawn to the art of listening and guiding, this course invites you to sharpen your ability to ask the right questions and hold space with purpose. Study at your own pace, wherever you are, and build the confidence to use proven coaching approaches with care and precision. Ideal for those who value meaningful dialogue and seek to support growth without stepping into therapy, this course balances structure and flexibility while keeping things refreshingly jargon-free. Course Curriculum: Module 01: Life Coaching: The Purpose and Fundamentals Module 02: Develop Your Self-Awareness Module 03: The Development of Core Beliefs and Managing Fears Module 04: Life Coaching Types and Key Attributes of a Life Coach Module 05: Understanding Emotional Intelligence Module 06: Body Language and Communication Techniques Module 07: A Structure for Client Work and Goal Setting Module 08: Basic Principles for Business Development and Growth Module 09: The Ethical Coach: Protect Yourself and Your Clients Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Life Coaching - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Life Coaching - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Life Coaching - CPD Accredited training.

Life Coaching - CPD Accredited Course
Delivered Online On Demand1 hour
£23

DSEAR Training - CPD Accredited Course

5.0(2)

By Training Express

Understanding explosive atmospheres isn't just for chemists in lab coats—it's vital knowledge for any workplace handling flammable substances. This online DSEAR Training course unpacks the essentials of the Dangerous Substances and Explosive Atmospheres Regulations 2002 with clarity and precision. Whether you're overseeing operations or managing risk assessments, this CPD-accredited programme is built to sharpen your awareness of potential hazards and guide you through the control measures expected in today's regulatory environment. Delivered entirely online, the course offers flexible learning with no compromise on quality. From defining hazardous substances to exploring key safety responsibilities, learners gain insights into how to reduce risks and promote safer working conditions. With clear explanations and structured learning modules, it’s a smart choice for professionals in sectors such as manufacturing, engineering, and facilities management. No fuss, no fluff—just the essentials presented in a way that actually sticks. Still not convinced? Take a glimpse of the key benefits you'll get with - Lessons prepared in collaboration with Professionals User-friendly Learner Management System (LMS) Syllabus designed in line with the standards of the UK Education System Updated Study Materials focusing both on Knowledge and Skill based training Guidance to expand in 'a' territory and move forward with DSEAR Safety Trainer profession Free Assessment to test learners' knowledge and skills Accredited learning and widely recognised certificate from reputed CPD Accreditation Bodies Course Curriculum: Introduction to DSEAR ATEX and Explosive Atmospheres General Safety Safe Working with Flammable Substances Equipment and Protection System Risk Assessment Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing the DSEAR Training - CPD Accredited course. For each test, the pass mark will be set to 60%. CPD 10 CPD hours / points Accredited by The CPD Certification Service Who is this course for? The DSEAR Training - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our DSEAR Training - CPD Accredited training.

DSEAR Training - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Material Management - CPD Accredited Course

5.0(2)

By Training Express

In today’s fast-paced business environment, effective material management is a cornerstone for operational efficiency. This CPD Accredited course offers a comprehensive exploration of the core principles and best practices involved in managing materials within any organisation. From procurement and inventory control to forecasting and distribution, you will gain valuable insights that will directly contribute to streamlining operations and reducing costs. Designed for professionals across various industries, this course delves into key aspects that will enhance your ability to manage materials with precision and foresight. By completing this course, you’ll build a solid foundation in material management, learning how to optimise stock levels, improve supplier relationships, and implement strategies that contribute to a smoother supply chain. Whether you’re looking to improve processes within your current role or looking to advance your career, this course offers a flexible and effective approach to mastering material management. With its clear structure and in-depth content, it provides the knowledge you need to navigate the complexities of this vital area with confidence. Course Curriculum: Module 01: Introduction to Material Management Module 02: Purchasing and Supply Chain Management Module 03: Inventory Management, Planning and Control Module 04: Stores Management and Control Module 05: Forecasting Module 06: Material Requirements Planning Module 07: Materials Handling Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Material Management - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Material Management - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Material Management - CPD Accredited training.

Material Management - CPD Accredited Course
Delivered Online On Demand1 hour
£23