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

8983 Power courses

Electrical Engineering: Electrical Safety Precautions - 8 Courses Bundle

By NextGen Learning

In the UK, electrical mishaps account for many workplace accidents. We proudly present the comprehensive Electrical Engineering: Electrical Safety Precautions bundle to empower professionals with the skills to mitigate these risks. With safety incidents declining by 27% in the last year, now is the opportune time to equip yourself with the knowledge to contribute to this positive trend. Delve into eight immersive CPD Accredited courses, each a standalone course: Course 01: Advanced Electrical Safety Course 02: Portable Appliance Testing (PAT) Course 03: Power Analysis in AC Circuits Course 04: Electric Power Metering for Single and Three Phase Systems Course 05: Short Circuit Analysis for HV Three Phase Systems Course 06: Basic Electricity and DC Circuit Analysis Course 07: Light Current Systems for Electrical Engineering Course 08: Electronic & Electrical Devices Maintenance & Troubleshooting In an ever-evolving field, staying updated is paramount. Gain the skills with our courses such as "Electronic & Electrical Devices Maintenance & Troubleshooting". Enroll now, in the Electrical Engineering: Electrical Safety Precautions bundle to embrace safety and unlock a future fueled by knowledge. Learning outcomes Upon completing the Electrical Engineering: Electrical Safety Precautions bundle, you will: Grasp electrical hazards and safety protocols for a safer workplace. Master Portable Appliance Testing to prevent malfunctions. Optimize power usage in AC circuits. Monitor power meticulously in single and three-phase systems. Mitigate high-voltage short circuit risks effectively. Diagnose and maintain electronic devices adeptly. Knowledge becomes the ultimate shield in a landscape where electrical incidents continue to pose risks-introducing the comprehensive Electrical Engineering: Electrical Safety Precautions bundle designed to address a pressing concern with precise expertise. Safety is paramount in the world of electrical engineering. Workplace accidents and equipment damage caused by electrical mishaps underscore the necessity for proactive prevention. This Electrical Engineering: Electrical Safety Precautions bundle combines a meticulously curated selection of courses, each tailored to equip you with vital skills. From the intricacies of Power Analysis in AC Circuits to the meticulous Portable Appliance Testing (PAT), you'll dive deep into every facet of electrical safety in this Electrical Engineering: Electrical Safety Precautions bundle. You'll delve into practical scenarios, analyzing power distribution, mastering device maintenance, and dissecting short circuit scenarios. This Electrical Engineering: Electrical Safety Precautions bundle provides a virtual gateway to knowledge, accessible from the comfort of your own space. Electrical accidents disrupt workflow, cause injuries, and hamper productivity. The lack of comprehensive training perpetuates this cycle. By completing this Electrical Engineering: Electrical Safety Precautions bundle, you'll possess the tools to identify hazards, troubleshoot effectively, and maintain a safe electrical environment. You'll become the solution in a field fraught with potential pitfalls. Don't let uncertainty linger in the realm of electrical safety. Equip yourself with the Electrical Engineering: Electrical Safety Precautions bundle and become a master of your domain. Your journey to mastery starts here. CPD 80 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Electrical Engineers Maintenance Technicians Safety Officers Engineering Students Facility Managers High-Risk Sector Professionals Requirements Without any formal requirements, you can delightfully enrol in this course. Career path Electrical Safety Engineer: £30,000 - £50,000 per year Maintenance Supervisor: £25,000 - £40,000 per year Power Systems Analyst: £35,000 - £60,000 per year Electrical Inspector: £28,000 - £45,000 per year Facility Manager: £30,000 - £50,000 per year Energy Efficiency Specialist: £25,000 - £45,000 per year Certificates CPD Certificate Of Completion Digital certificate - Included 8 Digital Certificates Are Included With This Bundle CPD Quality Standard Hardcopy Certificate (FREE UK Delivery) Hard copy certificate - £9.99 Hardcopy Transcript - £9.99

Electrical Engineering: Electrical Safety Precautions - 8 Courses Bundle
Delivered Online On Demand32 hours
£39

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,797

GenAIBIZ: Making ChatGPT and Generative AI Work for You (Exam GAZ-110)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is primarily designed for business leaders, consultants, product and project managers, and other decision makers who are interested in unlocking new business opportunities and augmenting existing business processes using generative AI. It's also a great starting point for any business professionals who want to investigate generative AI solutions for their own individual tasks and workflows. This course is also designed to assist students in preparing for the CertNexus GenAIBIZ (Exam GAZ-110) credential. Overview In this course, you will identify ways in which generative AI can bring significant value to the organization. You will: Describe the fundamentals of AI and generative AI. Generate text using AI. Generate code using AI. Generate images and video using AI. Generate audio using AI. Identify the challenges of generative AI. Implement organizational strategies for generative AI. This course is designed to demystify generative AI for business professionals, as well as to trace its power to actionable, real-world business goals. It will give you the essential knowledge of generative AI you'll need to elevate the organization in these exciting times. GenAIBIZÿoffers business professionals with the ability to describe the fundamentals of AI and generative AI; generate text, code, images, video, and audio using generative AI; identify the challenges of generative AI; and implement organizational strategies for generative AI. Exam voucher is included.This course may earn you a Credly badge. Lesson 1: AI Fundamentals Topic A: AI Concepts Topic B: Generative AI Concepts Lesson 2: Generating Text Using AI Topic A: Identify Text Generation Concepts Topic B: Solve Business Problems Using Text Generation Lesson 3: Generating Code Using AI Topic A: Identify Code Generation Concepts Topic B: Solve Business Problems Using Code Generation Lesson 4: Generating Images and Video Using AI Topic A: Identify Image and Video Generation Concepts Topic B: Solve Business Problems Using Image and Video Generation Lesson 5: Generating Audio Using AI Topic A: Identify Audio Generation Concepts Topic B: Solve Business Problems Using Audio Generation Lesson 6: Identifying Challenges of Generative AI Topic A: Identify Shortcomings of Generative AI Topic B: Identify Ethical Risks of Generative AI Topic C: Identify Business Concerns of Generative AI Lesson 7: Implementing Business Strategies for Generative AI Topic A: Apply Best Practices for Generative AI in the Organization Topic B: Evaluate the Results of Generative AI Projects

GenAIBIZ: Making ChatGPT and Generative AI Work for You (Exam GAZ-110)
Delivered OnlineFlexible Dates
£795

Kick Start Your Career with CompTIA's Data Analysis Certification - Live Classes

5.0(1)

By Media Tek Training Solutions Ltd

Get job ready with CompTIA's Data Analysis Certification. Live Classes - Career Guidance - Exam Included.

Kick Start Your Career with CompTIA's Data Analysis Certification - Live Classes
Delivered OnlineFlexible Dates
£1,595

gcp training in hyderabad

By gcpmasters

GCP provides infrastructure as a service (IaaS), platform as a service (PaaS), and serverless computing environments to help businesses build, deploy, and scale applications and services.

gcp training in hyderabad
Delivered Online On Demand1 hour
£500

Communication Skills 1 Day Training in Swindon

By Mangates

Communication Skills 1 Day Training in Swindon

Communication Skills 1 Day Training in Swindon
Delivered In-Person + more
£595 to £795

Communication Skills 1 Day Training in Oxford

By Mangates

Communication Skills 1 Day Training in Oxford

Communication Skills 1 Day Training in Oxford
Delivered In-Person + more
£595 to £795

Easter Baking

4.9(222)

By Les Nicholson

Come and enjoy a fun day of Easter baking with internationally renowned baker & author, Emmanuel Hadjiandreou.   Emmanuel is passionate about teaching bread making. Originally from South Africa, where he trained, he has worked all around the world. In the UK for Gordon Ramsey, the Savoy, Flour Power City Bakery, Daylesford Organics and Judges Bakery in Hastings, where he now lives. 

Easter Baking
Delivered In-PersonFlexible Dates
£175

HOW TO CREATE GENUINE EMOTIONAL CONNECTION

By Fay Beck Studio

An in person London based workshop to help you build Emotional Connection. Our approach is based on helping individuals to rebuild their immense and beautiful capacity for emotional intimacy while also encouraging & fostering personal and psychological safety. We use a set of exercises that are canonical in training actors to deepen emotional connection on stage and screen. You will feel empowered to open up and & become vulnerable with others. The exercises are emotionally ‘light’ and yet powerful. You will not be asked or required to share anything personal. We will work with your imagination, your powers of make believe and ‘creatively play’ in order to show you how you embody changes to help you connect truthfully and genuinely. Overall, the workshop is designed to grow emotional awareness and to provide you with the tools to enable trust, emotional resilience and an expanded capacity for vulnerability which you can use and apply to any relationship whether social, professional or more intimate.

HOW TO CREATE GENUINE EMOTIONAL CONNECTION
Delivered In-PersonFlexible Dates
£495

Level 3 Diploma in Microsoft Powerpoint

By iStudy UK

Do you want to know the details about the powerful sliding presentation Microsoft Power point? Do you know the basics of Power point and want to improve your skill? This course illustrates many features and functionalities of Microsoft Power point. Course Description: Microsoft Power Point is one of the best software for creating a powerful sliding presentation. Our Microsoft Power point Course is designed for everyone. If you do not have any knowledge about it or you have little knowledge but want to know the more advanced features of Microsoft Power point, this course will help you. The course focuses all the necessary steps of Microsoft Power point step by step. Starting with the basics of creating a simple side to advanced level will be cover in the course. By the end of the course, you will learn all the necessary techniques like how to use themes and layouts, how to add audio visual components to the presentations, or how to add animations. Course Highlights Level 3 Diploma in Microsoft Powerpoint is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Level 3 Diploma in Microsoft Powerpoint into 39 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 1 day, 10 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Level 3 Diploma in Microsoft Powerpoint Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Level 3 Diploma in Microsoft Powerpoint is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Level 3 Diploma in Microsoft Powerpoint is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Microsoft PowerPoint for Beginners Module One - Getting Started FREE 00:30:00 Module Two - Opening PowerPoint FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Presentation 01:00:00 Module Five - Working with Text 01:00:00 Module Six - Formatting Text and Paragraphs 01:00:00 Module Seven - Adding Pictures 01:00:00 Module Eight - Advanced Formatting Tasks 01:00:00 Module Nine - Working with Transitions and Animations 01:00:00 Module Ten - Setting Up Your Slide Show 01:00:00 Module Eleven - Showtime! 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities-Accredited Microsoft Word 2007 Advanced Level 00:00:00 Microsoft PowerPoint for Intermediate Level Module One - Getting Started 00:30:00 Module Two - Working with the PowerPoint Environment 01:00:00 Module Three - Working with Sections and Presentation Organization 01:00:00 Module Four - Formatting Presentations 01:00:00 Module Five - Formatting Shapes and Text Boxes 01:00:00 Module Six - Creating a Photo Album 01:00:00 Module Seven - Working with Graphical Elements 01:00:00 Module Eight - Working with Audio and Video Content 01:00:00 Module Nine - Working with Transitions and Animations 01:00:00 Module Ten - Collaborating on Presentations 01:00:00 Module Eleven - Working with Presentation Info and Other Formats 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities-Certified Microsoft PowerPoint Intermediate Level 00:00:00 Microsoft PowerPoint Advanced Level Module One - Getting Started 00:30:00 Module Two - Working with Shapes 01:00:00 Module Three - Working with Text Boxes 01:00:00 Module Four - Adding SmartArt 01:00:00 Module Five - Advanced Drawing Tasks 01:00:00 Module Six - Adding Tables 01:00:00 Module Seven - Inserting Audio and Video 01:00:00 Module Eight - PowerPoint's Research Tools 01:00:00 Module Nine - Preparing for Your Presentation 01:00:00 Module Ten - Using Slide Masters 01:00:00 Module Eleven - Advanced Presentation Tasks 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities-Microsoft PowerPoint Advanced Level 00:00:00 Mock Exam Mock Exam- LEVEL-3-DIPLOMA-IN-MICROSOFT-POWERPOINT 00:30:00 Final Exam Final Exam- LEVEL-3-DIPLOMA-IN-MICROSOFT-POWERPOINT 00:30:00

Level 3 Diploma in Microsoft Powerpoint
Delivered Online On Demand34 hours
£25