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

15511 Open courses

Diploma Commercial Management - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma Commercial Management - Level 5 (QLS Endorsed)
Delivered Online On Demand7 hours
£15

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

Diploma in Building Surveyor Training - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Building Surveyor Training  - Level 5 (QLS Endorsed)
Delivered Online On Demand3 hours
£15

Diploma in English Literature -Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in English Literature  -Level 5 (QLS Endorsed)
Delivered Online On Demand11 hours
£15

Introduction to Maps in Folium and Python - Level 3 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Introduction to Maps in Folium and Python -  Level 3 (QLS Endorsed)
Delivered Online On Demand3 hours
£15

Xero Bookkeeper Training

5.0(1)

By Course Gate

Learn Xero from the experts and keep track of your business accounts and cash flow with the Xero Bookkeeper Training Course. This Xero training certification is designed to help small to mid-sized businesses, accountants and bookkeepers master Xero accounting software for smoother financial management. In this online bookkeeping course, you will learn how to run payroll and VAT returns, reconcile the bank, create a budget, post customer invoices and much more. You will also learn how to conduct real-time financial reports and utilise the payroll accounting system. Our time-saving tips and tricks are specially designed to make everyday accounting tasks a breeze. Enrol today and discover a smarter, faster way of keeping the books! Your Learning Goals: Fast track your career in bookkeeping and develop the practical knowledge to manage everyday accounting tasks efficiently Discover how to run payroll and process a pay run in Xero Learn how to activate your free trial, add your organisation and set up the system Understand how to amend bank details, add and merge bank accounts Get step-by-step guidance on processing refunds, creating a budget, forecasting and running a VAT return. Learn how to enter conversion balances, suppliers and customers Get trained on how to post customer invoices, credit notes, cheques & sundry payments Be able to add petty cash transactions and write off bad debt Who is this Course for? Xero Bookkeeper Training is 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 background. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Getting Prepared - Access the software and course materials Introduction To The Course And Your Tutor 00:04:00 Activating Your Free Trial With Xero 00:02:00 Getting started Signing Up For The Free Trial 00:04:00 Instruction of Updated Xero Accounting Software 00:00:00 Create The Organisation 00:08:00 The Ficticious Scenario 00:02:00 Setting up the system Add Bank Accounts To The System 00:14:00 Enter Opening Balances 00:07:00 Opening Trial Balance 00:01:00 Nominal ledger Amend The Nominal Ledger 00:06:00 Chart Of Accounts Report 00:01:00 Customers & Suppliers Enter customers 00:07:00 Entering suppliers 00:06:00 Reporting Customer And Supplier Information 00:02:00 Sales ledger Enter Invoices 00:07:00 Invoicing tips - adding logo, repeat billing 00:09:00 Entering Invoices 6574 to 6610 00:16:00 Post Credit Notes 00:03:00 Report Showing Customer Activity 00:08:00 Aged Debtors 00:02:00 Suppliers Post supplier invoices 00:09:00 Enter suppliers invoices 6028 onwards 00:14:00 Enter More Supplier Invoices No 4308 Onwards 00:06:00 Credit Notes Suppliers 00:02:00 Supplier Activity Report 00:04:00 Aged Creditors Info 00:01:00 Purchases ledger Reciepts from Customers 00:10:00 Apply Customer Credit Notes 00:05:00 Sundry payments Post Supplier Cheques 00:08:00 Apply Supplier Credit Notes 00:03:00 Print List Of Bank Receipts And Payments 00:01:00 Sundry payments Post Sundry Payments 00:07:00 Make a credit card payment 00:08:00 Petty Cash Add Petty Cash Transactions - Week 1 00:16:00 Add Petty Cash Transactions - Week 2 00:12:00 Add Petty Cash Transactions - Week 3 00:07:00 Add Petty Cash Transactions - Week 4 00:09:00 Imprest System on Petty Cash 00:04:00 Print a Copy of Petty Cash Receipts and Payments 00:01:00 Bad Debt Writing Off A Bad Debt - Print Customer Statement 00:02:00 Write Off A Bad Debt 00:09:00 Credit Card Reconcile The Credit Card Statement 00:09:00 Bank Reconciliation Bank Statement As A CSV File 00:27:00 Bank Statement Closing Balances 00:11:00 Reconcile The Petty Cash 00:05:00 Payroll / Wages Wages And Salaries 00:09:00 Post the Wages Journal 00:07:00 Report Wages Journal 00:02:00 Payday 00:11:00 Pay The Two Staff 00:05:00 VAT - Value Added Tax Depreciation 00:04:00 VAT Return 00:03:00 Reports Month End Reports PnL, BS, TB 00:05:00 Payroll unit Using Payroll 00:12:00 Setting Up Employees 00:10:00 Running Payroll - An Example 00:14:00 Conclude Recap And Next Steps 00:06:00 What happens next 00:02:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Xero Bookkeeper Training
Delivered Online On Demand6 hours 29 minutes
£11.99

Diploma in Business Plan - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Business Plan  -  Level 5 (QLS Endorsed)
Delivered Online On Demand9 hours
£15

Advanced Diploma in Sage 50 Accounting & Payroll - Level 7 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Advanced Diploma in Sage 50 Accounting & Payroll - Level 7  (QLS Endorsed)
Delivered Online On Demand9 hours
£15

Operations of Bank Tellers Course

5.0(2)

By Training Express

Bank tellers play a vital role in the financial sector, managing cash, processing transactions, and providing essential customer service. As the face of the bank, they are responsible for ensuring smooth day-to-day operations, handling deposits, withdrawals, and account queries. This course takes you through the core functions of a bank teller’s responsibilities, helping you grasp the intricacies of everyday banking tasks. With a focus on efficiency, precision, and customer satisfaction, you’ll learn how to manage transactions swiftly while maintaining a high level of professionalism. Beyond the basics, this course explores key banking operations such as verifying customer information, balancing cash drawers, and using banking software systems. Understanding the regulatory environment and maintaining security measures are also critical aspects that will be covered. Whether you're looking to get a foothold in the banking industry or improve your existing skills, this course offers a structured approach to learning the essential processes that make a bank run smoothly. It’s designed to give you a solid foundation in banking operations, preparing you for a variety of roles within financial institutions. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 01 : Introduction to a Bank Teller Module 02 : Skills and Abilities of a Bank Teller Module 03 : Types of Bank Accounts and Opening Them Module 04 : Mathematics Calculation for Bank Tellers Module 05 : Bookkeeping Guideline and Payment Methods Module 06 : Cash Sorting in an Efficient Way Module 07 : How to Identify Counterfeit Module 08 : Function and Benefits of Currency Recyclers Module 09 : Dealing with Frauds Module 10 : Safety Precautions for ATM (Automated Teller Machine) Module 11 : Customer Services a Bank Teller Can Offer Module 12 : Rights and Obligations According to the UK Law Module 13 : Ethical Issues for a Bank Teller Learning Outcomes: Perform precise mathematical calculations for banking transactions. Recognize and combat counterfeit currency effectively. Demonstrate expertise in efficient cash sorting techniques. Understand various types of bank accounts and the process of opening them. Acquire knowledge of ethical issues and legal obligations in UK banking. Provide exceptional customer service as a bank teller. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring bank tellers Individuals seeking a career in the banking sector Current bank tellers looking to enhance their skills Anyone interested in the financial industry Students pursuing studies related to finance and banking Job seekers aiming for a position in the banking sector Professionals looking to change their career path to banking Those who want to understand the inner workings of a bank. Career path Bank Teller Customer Service Representative in a Bank Financial Services Advisor Banking Operations Specialist Financial Analyst Compliance Officer in a Bank Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Operations of Bank Tellers Course
Delivered Online On Demand1 hour
£12

Homeopathy Training Course

5.0(14)

By Training Express

Homeopathy Training Course offers a comprehensive curriculum covering diverse aspects of homeopathy, making it indispensable in today's healthcare landscape. Understanding the principles, theories, and remedies of Homeopathy, as well as its application across various bodily systems, equips practitioners with a holistic approach to healing. In a modern world where people seek alternative and holistic treatments, Homeopathy stands out as a valuable skillset. Mastery of this discipline not only fulfills a societal need for natural and personalized healthcare but also opens doors to lucrative job opportunities in the UK healthcare sector. Trained homeopaths can expect competitive salaries, with average earnings ranging from £25,000 to £50,000 annually. The demand for homeopathy services is on the rise, with a notable increase of 15% in job openings in recent years. As the Homeopathy sector continues to expand, learning Homeopathy becomes increasingly essential for healthcare professionals seeking to meet the evolving needs of patients. Key Features Accredited by CPD Instant e-certificate Fully online, interactive Homeopathy course with audio voiceover Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Free Gifts Life Coaching Course Enrol now in this Homeopathy course to excel! Course Curriculum: Homeopathy Diploma Module 01: Introduction to Homeopathy Module 02: Principles and Theories behind the Practice Module 03: Homoeopathic Remedies Module 04: Practice of Homoeopathy on the Nervous System Module 05: Practice of Homeopathy on the Respiratory System Module 06: Practice of Homoeopathy on the Circulatory System Module 07: Practice of Homoeopathy on the Digestive System Module 08: Practice of Homeopathy on the Musculoskeletal System Module 09: Practice of Homoeopathy on The Reproductive Systems Module 10: Practice of Homoeopathy on the Immune System Module 11: Practice of Homoeopathy on the Limbic System Module 12: Homoeopathy for Skin Problems Module 13: Homoeopathy for Children and Women's Health Module 14: First Aid with Homoeopathic Remedies Module 15: How to Treat Patients Module 16: Homoeopathy's Role in Present and Future Life Coaching 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 Learning Outcomes: Understand foundational principles and theories of Homeopathy. Master the application of homoeopathic remedies across diverse bodily systems. Develop proficiency in treating common ailments and skin problems. Gain insight into Homeopathy's role in women's and children's health. Acquire skills in administering first aid using homoeopathic remedies. Explore the evolving landscape of Homeopathy in contemporary healthcare. Accreditation All of our courses are fully accredited, including this Homeopathy Training Course, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in Homeopathy . Certification Once you've successfully completed your Homeopathy Training Course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our Homeopathy Training Course certification has no expiry dates, although we do recommend that you renew them every 12 months. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Homeopathy Training Course can be taken by anyone who wants to understand more about the topic. With the aid of this Homeopathy Training course, you will be able to grasp the fundamental knowledge and ideas. Additionally, this Homeopathy Training Course is ideal for: Aspiring holistic practitioners seeking in-depth knowledge. Healthcare professionals eager to integrate alternative therapies. Individuals passionate about natural healing methods. Students intrigued by the principles of Homeopathy. Requirements Learners do not require any prior qualifications to enrol on this Homeopathy Training Course. You just need to have an interest in Homeopathy Training Course. Career path After completing this Homeopathy Training Course you will have a variety of careers to choose from. The following job sectors of Homeopathy Training Course are: Homeopathic Practitioner - £25K to 45K/year. Holistic Health Consultant - £28K to 50K/year. Health and Wellness Coach - £22K to 40K/year. Naturopathic Doctor - £30K to 55K/year. Alternative Medicine Researcher - £25K to 45K/year. Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Homeopathy Training Course
Delivered Online On Demand1 hour
£12