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

216 Courses delivered Online

Autism Awareness And Care Training Online

4.7(160)

By Janets

Enhance your understanding of autism and develop essential caregiving skills with our comprehensive Autism Awareness and Care Training Online. Access expert-led modules, practical insights, and valuable resources to create a supportive environment for individuals on the autism spectrum. Enroll now for a compassionate approach to autism care.

Autism Awareness And Care Training Online
Delivered Online On Demand
£25

Supporting Vulnerable Clients

By Immigration Advice Service

A course designed for Immigration Advisors to support clients with mental health and trauma related experiences. View our Supporting Vulnerable Clients training course dates below, available remotely via Microsoft Teams. Empower yourself with the essential skills to support and advocate for vulnerable clients in our comprehensive 4 hour course on Supporting Vulnerable Clients. This course is designed to equip professionals with the knowledge and techniques needed to navigate complex situations containing , vulnerability, trauma, communication styles, and more. Moving beyond theory, this course offers participants hands-on skills practice and immersive activities to deepen their understanding of trauma and trauma responses. Join us in this engaging virtual session to elevate your ability to make a positive impact on the lives of vulnerable clients. Professionals learn to deliver disappointing news with sensitivity, navigating emotional responses such as anger, upset, and blame. Techniques for gracefully concluding conversations are explored, ensuring that participants leave with the skills to handle even the most challenging client interactions. Whilst this course is designed for Immigration Advisors, Solicitors and those working with clients in a range of capacities, this is an open course to individuals with experiences in alternative fields and available to those with an interest in attending.   Course joining links, materials and instructions are sent out 24hours before the course starts. Immigration Advice Service has been providing professional immigration services for over 10 years in the public, private and corporate sectors. Our Supporting Vulnerable Clients training course will give you all the knowledge you need about how to support clients with mental health and trauma related conditions. This an opportunity not to be missed by Immigration Advisors, Lawyers, Solicitors and Legal Professionals. Topics: What is “vulnerability” and what makes a client vulnerable? Trauma Impact of trauma on behaviour, communication Introduction to protective factors To recognise, highlight, empower Building rapport Responding to disclosures Responding with empathy Processing disclosures – emotionally and for administrative purposes Navigating uncertainty Having conversations about potential changes to the law when you don’t have the answers Managing aggression & understanding communication styles & cultural differences Delivering disappointing news Navigating expressions of emotion following this – anger, upset, blaming etc Preparing for & ending conversations Supporting yourself – looking after yourself   Session will include skills practice, & developing an understanding of trauma and trauma responses

Supporting Vulnerable Clients
Delivered OnlineFlexible Dates
£120

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

How To Deal With Difficult People Training

4.8(9)

By Skill Up

Description Engaging in art licensing is a perfect opportunity to improve your passive earnings. The Art Licensing: Sell Your First

How To Deal With Difficult People Training
Delivered Online On Demand1 hour 24 minutes
£25

Financial Modelling Course - Learn Online

4.9(27)

By Apex Learning

Overview This comprehensive course on Financial Modelling Course - Learn Online will deepen your understanding on this topic.After successful completion of this course you can acquire the required skills in this sector. This Financial Modelling Course - Learn Online comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Financial Modelling Course - Learn Online. It is available to all students, of all academic backgrounds. Requirements Our Financial Modelling Course - Learn Online is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 1 sections • 8 lectures • 04:26:00 total length •Module 01: Basic Financial Calculations: 00:34:00 •Module 02: Overview of Financial Markets, Financial Assets, and Market Participants: 00:35:00 •Module 03: Financial Statement Modelling: 00:28:00 •Module 04: Types of Financial Models: 00:33:00 •Module 05: Sensitivity Analysis: 00:36:00 •Module 06: Sales and Revenue Model: 00:34:00 •Module 07: Cost of Goods Sold and Inventory Model: 00:36:00 •Module 08: Valuation Methods: 00:30:00

Financial Modelling Course - Learn Online
Delivered Online On Demand4 hours 26 minutes
£12

Domestic Violence and Unconscious Bias Training - QLS Endorsed Training

By Imperial Academy

Level 4 | Two Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Domestic Violence and Unconscious Bias Training - QLS Endorsed Training
Delivered Online On Demand
£300

Restraint Awareness: Safeguarding Yourself and Others

4.3(43)

By John Academy

Enhance your professional toolkit with our comprehensive 'Restraint Awareness: Safeguarding Yourself and Others' course. Acquire crucial skills in risk assessment, communication, and post-incident management. Ideal for healthcare, security, and education professionals seeking ethical and effective strategies for conflict resolution. Elevate your expertise and prioritize safety with our expert-led training. Enroll now for a transformative learning experience.

Restraint Awareness: Safeguarding Yourself and Others
Delivered Online On Demand
£24.99

Comprehensive Counseling Mastery Program: Multimedia Edition

By Compete High

🌟 Unlock Your Potential: Comprehensive Counseling Mastery Program - Multimedia Edition 🌟 Are you ready to take your counseling skills to unprecedented heights? Introducing the Comprehensive Counseling Mastery Program: Multimedia Edition - the ultimate resource for aspiring and seasoned counselors alike!   🚀 What's Inside? 🔍 In-Depth Modules: Dive deep into a comprehensive curriculum designed to cover every facet of counseling. From foundational theories to advanced techniques, this program ensures you're equipped with the knowledge and skills to excel in any counseling scenario. 🎥 Multimedia Learning: Immerse yourself in an engaging learning experience with high-quality video lessons, interactive exercises, and real-life case studies. Our multimedia approach ensures that you not only understand the concepts but also know how to apply them in the real world. 🤝 Practical Application: Gain hands-on experience through role-playing exercises, simulated counseling sessions, and practical assignments. This program goes beyond theory, empowering you to confidently navigate the complexities of real-life counseling situations. 🌐 Global Perspectives: Explore diverse counseling approaches from around the world. Our program embraces cultural sensitivity, providing you with a well-rounded understanding of counseling techniques that can be applied across different cultural contexts. 👩‍🏫 Expert Instructors: Learn from industry experts with years of counseling experience. Our instructors are passionate about sharing their knowledge and are committed to your success in the field of counseling. 🌈 Lifetime Access: Enjoy lifetime access to the course materials, allowing you to revisit and reinforce your learning whenever needed. Stay updated with the latest counseling trends and techniques throughout your career. 🎓 Certification: Upon completion of the program, receive a prestigious certification that validates your expertise in counseling. Stand out in the competitive field of counseling and showcase your commitment to professional development.   📈 Invest in Your Future: Join the Comprehensive Counseling Mastery Program: Multimedia Edition today and invest in a future where you make a lasting impact as a skilled and compassionate counselor.   Enroll now to embark on a transformative journey toward becoming a counseling master. Your success story begins here! Course Curriculum Counselling Counselling Programme Overview 00:00 Counselling Introduction to Counselling 00:00 Counselling Opening a Session 00:00 Counselling Rapport-Building 00:00 Counselling Silence in Counselling 00:00 Counselling Reflection from 00:00 Counselling Paraphrasing 00:00 Counselling Focusing 00:00 Counselling Assessment 00:00 Counselling Appropriate Questioning 00:00 Counselling The Skill of Confrontation 00:00 Counselling Idiosyncratic Empathy 00:00

Comprehensive Counseling Mastery Program: Multimedia Edition
Delivered Online On Demand1 hour
£25

Fat Burn Course

4.8(9)

By Skill Up

Description Engaging in art licensing is a perfect opportunity to improve your passive earnings. The Art Licensing: Sell Your First

Fat Burn Course
Delivered Online On Demand1 hour 33 minutes
£25

Child Counselling Level 1

5.0(1)

By Empower UK Employment Training

Embark on a journey to become a proficient child counsellor with this comprehensive course. Explore the nuances of child development, delve into psychological disorders, and master therapeutic language. Equip yourself with the skills required to make a lasting impact on young lives as a qualified Child Counsellor.

Child Counselling Level 1
Delivered Online On Demand1 hour 18 minutes
£5
1...678910...22