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

13225 Open courses in Nottingham delivered Online

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

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

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

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

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

Microbiology Technician Online Course

5.0(2)

By Online Training Academy

In the captivating world of modern science, there exists a gateway to understanding the intricate workings of life at its most fundamental level. Delve into the microscopic universe with our comprehensive online journey, where every click opens doors to new realms of knowledge. From the mysterious realm of Bacteriology to the captivating intricacies of Immunology, embark on an odyssey that promises to enlighten and empower. Key Features: CPD Certified Developed by Specialist Lifetime Access Within these digital halls of learning, discover the secrets of viruses, from the enigmatic DNA entities to the elusive RNA strands, each holding keys to unlocking nature's mysteries. Traverse through the labyrinthine landscapes of Parasites and Fungi, and learn to navigate the delicate balance between their existence and ours. Engage with the arsenal of Antifungal Medicines and Antibiotics, understanding their vital role in combating the unseen threats that lurk in the shadows. And as the journey unfolds, delve into the realms of Sexually Transmitted Diseases, gaining insights that transcend mere understanding, leading to informed action and empowered decision-making. In this online haven of intellectual exploration, seize the opportunity to broaden horizons and deepen understanding. Enrich your mind and equip yourself with knowledge that transcends boundaries, opening doors to new possibilities and unlocking the secrets of the unseen world around us. Join us on this exhilarating voyage, where curiosity meets enlightenment, and every discovery brings us closer to the essence of life itself. Course Curriculum Module 01: Introduction to Microbiology Bacteriology Viruses DNA Viruses Positive-Strand RNA Viruses Negative-Strand RNA Viruses Module 02: Parasites Fungi Antifungal Medicines Immunology Antibiotics Sexually Transmitted Diseases Learning Outcomes: Identify different types of microbes and their characteristics accurately. Understand the structure and function of bacteria and viruses comprehensively. Analyze the role of parasites and fungi in microbiological contexts. Demonstrate knowledge of immunology principles and their applications effectively. Evaluate the mechanism of action of antibiotics and antifungal medicines critically. Recognize the transmission and management of sexually transmitted diseases proficiently. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Biology enthusiasts seeking specialised knowledge. Healthcare professionals expanding their expertise. Students pursuing careers in medical research. Individuals interested in laboratory-based careers. Anyone fascinated by the microscopic world of pathogens. Career path Microbiologist Laboratory Technician Clinical Research Associate Infection Control Practitioner Pharmaceutical Sales Representative Public Health Officer Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Microbiology Technician Online Course
Delivered Online On Demand2 hours 30 minutes
£12

Microbiology Technician Online Course

5.0(2)

By Online Training Academy

In the captivating world of modern science, there exists a gateway to understanding the intricate workings of life at its most fundamental level. Delve into the microscopic universe with our comprehensive online journey, where every click opens doors to new realms of knowledge. From the mysterious realm of Bacteriology to the captivating intricacies of Immunology, embark on an odyssey that promises to enlighten and empower. Key Features: CPD Certified Free Certificate Developed by Specialist Lifetime Access Within these digital halls of learning, discover the secrets of viruses, from the enigmatic DNA entities to the elusive RNA strands, each holding keys to unlocking nature's mysteries. Traverse through the labyrinthine landscapes of Parasites and Fungi, and learn to navigate the delicate balance between their existence and ours. Engage with the arsenal of Antifungal Medicines and Antibiotics, understanding their vital role in combating the unseen threats that lurk in the shadows. And as the journey unfolds, delve into the realms of Sexually Transmitted Diseases, gaining insights that transcend mere understanding, leading to informed action and empowered decision-making. In this online haven of intellectual exploration, seize the opportunity to broaden horizons and deepen understanding. Enrich your mind and equip yourself with knowledge that transcends boundaries, opening doors to new possibilities and unlocking the secrets of the unseen world around us. Join us on this exhilarating voyage, where curiosity meets enlightenment, and every discovery brings us closer to the essence of life itself. Course Curriculum Module 01: Introduction to Microbiology Bacteriology Viruses DNA Viruses Positive-Strand RNA Viruses Negative-Strand RNA Viruses Module 02: Parasites Fungi Antifungal Medicines Immunology Antibiotics Sexually Transmitted Diseases Learning Outcomes: Identify different types of microbes and their characteristics accurately. Understand the structure and function of bacteria and viruses comprehensively. Analyze the role of parasites and fungi in microbiological contexts. Demonstrate knowledge of immunology principles and their applications effectively. Evaluate the mechanism of action of antibiotics and antifungal medicines critically. Recognize the transmission and management of sexually transmitted diseases proficiently. CPD 10 CPD hours / points Accredited by CPD Quality Standards Module 01: 1:18:13 1: Introduction to Microbiology 12:44 2: Bacteriology 18:16 3: Viruses 11:19 4: DNA Viruses 14:11 5: Positive-Strand RNA Viruses 12:05 6: Negative-Strand RNA Viruses 09:38 Module 02: 1:09:46 7: Parasites 09:07 8: Fungi 08:16 9: Antifungal Medicines 10:23 10: Immunology 18:34 11: Antibiotics 10:45 12: Sexually Transmitted Diseases 11:41 13: CPD Certificate - Free 01:00 Who is this course for? Biology enthusiasts seeking specialised knowledge. Healthcare professionals expanding their expertise. Students pursuing careers in medical research. Individuals interested in laboratory-based careers. Anyone fascinated by the microscopic world of pathogens. Career path Microbiologist Laboratory Technician Clinical Research Associate Infection Control Practitioner Pharmaceutical Sales Representative Public Health Officer Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Microbiology Technician Online Course
Delivered Online On Demand3 minutes
£12

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

Customer Support Training

5.0(2)

By Online Training Academy

Imagine embarking on a Customer Support Training Course that equips you with essential skills crucial in today's digital age. Customer support is not just about solving problems; it's about fostering positive relationships and ensuring satisfaction. In our modern world, where businesses thrive on customer loyalty, mastering Customer Support is paramount. This course teaches you effective communication, telephone etiquettes, and negotiation techniques, preparing you to handle various customer interactions confidently. These skills are invaluable in both daily life and professional careers, opening doors to job opportunities across the UK. Customer Support roles are in high demand, with salaries reflecting this need-ranging from competitive entry-level packages to lucrative senior positions. The sector is growing steadily, with a significant rise in job openings over the past decade. By enrolling in this course, you not only enhance your employability but also contribute to your personal growth and the success of any organization you join. Customer Support isn't just a skill; it's a pathway to thriving in today's service-driven economy. Key Features: CPD QS Certified Customer Support Course Free Certificate Developed by Specialist Lifetime Access Course Curriculum Module 01: Introduction to Call Centre Module 02: Traits of a Call Centre Agent Module 03: Agent and Customer Relationship Module 04: Telephone Etiquettes Module 05: Communication Skills Module 06: Scripts and Negotiation Techniques Module 07: Managing Difficult Customers Module 08: Call Centre Metrics and Benchmarking Module 09: Call Centre Technology and Trends Learning Outcomes: Develop strong customer rapport for enhanced service delivery and satisfaction. Perfect telephone etiquette to create a positive and professional impression. Acquire effective communication skills for seamless customer-agent interactions. Hone negotiation techniques within scripted scenarios for optimal outcomes. Navigate challenging customer situations with confidence and strategic proficiency. Interpret call centre metrics to drive performance and achieve benchmarked success. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Customer Support Training course is accessible to anyone eager to learn more about this topic. Through this course, you'll gain a solid understanding of Customer Support Training. Moreover, this course is ideal for: Aspiring customer service professionals seeking skills enhancement. Call centre agents eager to refine their customer interaction capabilities. Team leaders aiming to elevate their team's customer satisfaction scores. Customer support managers focused on improving overall team performance. Individuals in roles requiring mastery of call centre dynamics and metrics. Requirements There are no requirements needed to enrol into this Customer Support Training course. We welcome individuals from all backgrounds and levels of experience to enrol into this Customer Support Training course. Career path After finishing this Customer Support Training course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Customer Support are: Customer Service Representative - £18K to 25K/year Call Centre Team Leader - £22K to 30K/year Customer Support Manager - £30K to 40K/year Technical Support Specialist - £20K to 28K/yr Customer Experience Analyst - £25K to 35K/yr Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Customer Support Training
Delivered Online On Demand2 hours
£12