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

10470 Courses delivered Online

C++ Programming Language Masterclass

5.0(1)

By LearnDrive UK

Master C++ Programming with our comprehensive masterclass! From basics to advanced concepts like pointers, structures, and file handling, this course equips you to write efficient C++ code. Perfect for beginners and those looking to refresh their skills.

C++ Programming Language Masterclass
Delivered Online On Demand1 hour
£5

Proofreading Training

By Imperial Academy

Level 5 QLS Endorsed Course | CPD & CiQ Accredited | Free PDF Certificate | Lifetime Access

Proofreading Training
Delivered Online On Demand
£12

Power BI® - Business Data Analytics

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course  This 3 full-day training course will introduce participants to the Microsoft Power BI® software solution for extracting, manipulating, visualising and analysing data. This is a very practical, hands-on course that takes participants through a series of exercises which help users understand the Power BI® environment, how to use the key areas of functionality, and how to apply the tools it contains to design and produce analyses of their own data. The first two days focus on learning the key concepts and practising these using clean, simple datasets. The third day provides participants with the opportunity to apply what they've learned to their own data. This makes the course far more relevant and meaningful for them, it allows our facilitator to help them structure their data models, queries and DAX formulas correctly, and it allows our facilitator to help them solve any additional problems that may arise but which were not covered as part of the standard the course. In addition, at the end of the day, each participant walks away with something of real, practical use for their job role. Many previous participants have remarked that they obtained the most value from the course during the third day because otherwise, they wouldn't be able to do what they need to do. This is an introductory course and although it does not assume any prior experience with Power BI®, participants will gain much more from the course if they have at least used Power BI® a little prior to attending. Participants who have taught themselves Power BI® will also benefit from attending as the course will fill-in a number of gaps in their knowledge and will also extend what they know. A general understanding of databases, Excel formulas, and Excel Pivot Tables is useful though not essential. Comprehensive course notes, exercises and completed solutions are included. Microsoft® PowerBI® is a trademark of Microsoft Corporation in the United States and/or other countries. Training Objectives Upon completion of this training course, participants will be able to: Confidently use the Power BI® solution, including Power BI® Desktop, PowerBI®.com and the Power BI® Gateway Extract data from a variety of data sources and manipulate the data extracted so it is ready for analysis Combine data sources together and gain an introductory understanding of the M language Write formulas using the DAX language for generating custom columns, measures and tables Design reports and dashboards using a wide range of both built-in and custom visuals Publish reports and dashboards to PowerBI®.com Share reports and dashboards with others using PowerBI®.com Customize reports and dashboards so that different user groups automatically see their own personalized views Target Audience This training course is intended for: Financial Analysts Accountants Budgeting and planning specialists Treasury Risk Managers Strategic Planners This is an introductory course and although it does not assume any prior experience with Power BI®, participants will gain much more from the course if they have at least used Power BI® a little prior to attending. Participants who have taught themselves Power BI® will also benefit from attending as the course will fill-in a number of gaps in their knowledge and will also extend what they know. A general understanding of databases, Excel formulas, and Excel Pivot Tables is useful though not essential. Comprehensive course notes, exercises and completed solutions are included. Course Level Basic or Foundation Trainer Your expert course leader has a Masters (Applied Finance & Investment), B.Comm (Accounting & Information Systems), CISA, FAIM, F Fin and is a Microsoft Certified Excel Expert. He has over 20 years' experience in financial modelling, forecasting, valuation, model auditing, and management reporting for clients throughout the world. He is skilled in the development and maintenance of analytical tools and financial models for middle-market companies to large corporates, at all levels of complexity, in both domestic and international settings. He has trained delegates from a wide variety of Oil & Gas companies including Chevron, Woodside, BHP Billiton, Petronas, Carigali, Shell, Nippon, Eni, Pertamina, Inpex, and many more. He provides training in financial modelling for companies throughout the Asia, Oceania, Middle East and African regions. Before his current role, he spent 6 years working in the Corporate and IT Consulting divisions of a large, multinational Chartered Accounting firm. He is the author of a number of white papers on financial modelling on subjects such as Financial Modelling Best Practices and Financial Model Auditing. Highlights from his oil and gas experience include: Development of economic models to assist Decision Analysts modelling for a wide range of scenarios for multinational oil & gas assets. Auditing and further development of life of project models for Chevron's Strategic Planning Division analysing their North West Shelf assets. Development of business plan and budgeting models for multinational oil & gas assets. Development of cash flow and taxation models for a variety of oil gas companies. Consulting on Sarbanes Oxley spreadsheet remediation and risk assessment. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Power BI® - Business Data Analytics
Delivered in Internationally or OnlineFlexible Dates
£2,493 to £2,899

Concierge, Waiter Training with Public Speaking Training

By Imperial Academy

Level 3, 4 & 5 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Concierge, Waiter Training with Public Speaking Training
Delivered Online On Demand
£399

Autism, Dementia and ADHD Awareness - 3 QLS Course

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | 10 CPD Courses | Lifetime Access | 24/7 Tutor Support

Autism, Dementia and ADHD Awareness - 3 QLS Course
Delivered Online On Demand
£399

MySQL foundation

5.0(3)

By Systems & Network Training

MySQL foundation training course description The MySQL foundation course covers the basics of the SQL language as implemented by MySQL. The course is designed to give delegates practical experience in writing SQL statements using the MySQL client program and MySQL Workbench. The basic SQL statements, including the use of SQL functions and the basic table and view handling statements are introduced. What will you learn Create, alter and drop a MySQL database. Write SQL statements. Use SQL expressions and functions. Create and alter tables, indexes and views. Use transactions. Grant and revoke access privileges. Export and import data. MySQL foundation training course details Who will benefit: Anyone who needs to access and work with a MySQL Database. Prerequisites: An understanding of databases and exposure to information technology in general would be useful. Duration 3 days MySQL foundation training course contents Database concepts What is a database? database management systems, tables, rows and columns, indexes, primary keys, unique constraints and foreign keys, client-server architecture, supported data types, storage engines and table types, Information_Schema and MySQL Databases. Hands on using a database. Using the MySQL client What is the MySQL client? getting started and logging in, selecting a database, client commands, entering and executing SQL statements, retrieving previous commands, creating, editing and executing SQL files, redirecting output into a file, command line execution of MySQL scripts. Hands on Using the MySQL client. Basic SELECT The SQL SELECT statement, case sensitivity, quotes, statement terminator, syntax conventions, SELECT clause, FROM clause, conditions and the WHERE clause, logical operators, ORDER BY clause, column aliases, arithmetic expressions, precedence of operators. Hands on querying the sample database. LIMIT, UNION and AGGREGATE functions The LIMIT clause, UNION, UNION ALL, aggregate functions, GROUP BY clause, using Rollup with GROUP BY, HAVING clause. Hands on using limit, union and aggregate functions. Subqueries and joins Subqueries, cartesian products, table aliases, natural joins, join using, join on, multi-table joins. Hands on using subqueries and joins. Numeric and character functions Function types, testing functions, numeric functions character functions. Hands on using numeric and character functions. Data, time and other functions Date and time column types, date and time formats, Date format function, functions to return date time, functions to extract components from date time, date time arithmetic, miscellaneous functions. Hands on using date, time and other functions. Databases and tables Creating a database, selecting a database, creating tables, Auto_increment, show create table, column operations, constraint operations, copying tables, renaming tables, changing engine for tables, dropping tables, temporary tables. Hands on maintaining databases and tables. Indexes and views What is an index? creating an index, reviewing indexes, dropping indexes, what is a view? creating views, view restrictions, dropping views. Hands on maintaining indexes and views. Managing data Inserting rows, replacing rows, updating rows, deleting rows, Truncate statement, The COMMIT and ROLLBACK commands, savepoints, implicit commits. Hands on managing data. Access control Creating users, renaming users, dropping users, granting privileges, revoking privileges. Hands on creating users, granting and revoking. Import and export Exporting using SQL, importing using SQL, exporting from the command line, importing from the command line. Hands on export and import data.

MySQL foundation
Delivered in Internationally or OnlineFlexible Dates
£2,367

Proofreading & Copyediting

4.7(160)

By Janets

Register on the Proofreading & Copyediting today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Proofreading & Copyediting is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Proofreading & Copyediting Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Proofreading & Copyediting, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Module 1: Proofreading Basics Proofreading Basics 00:25:00 Module 2: Applying the Style Guide Applying the Style Guide 00:20:00 Module 3: Spelling and Grammar Spelling and Grammar 00:15:00 Module 4: Proofreading on Paper Proofreading on Paper 00:25:00 Module 5: Proofreading On-Screen Proofreading On-Screen 01:00:00 Module 6: Copy-Editing Basics Copy-Editing Basics 01:00:00 Module 7: Copy-Editing - The Use of Language Copy-Editing - The Use of Language 00:45:00 Module 8: Copy-Editing - Checking Accuracy and Facts Copy-Editing - Checking Accuracy and Facts 00:15:00 Module 9: Copy-Editing - The Beginning and The End Copy-Editing - The Beginning and The End 00:15:00 Module 10: Copy-Editing - Legal Checks Copy-Editing - Legal Checks 00:30:00 Module 11: Finding Work and Developing Your Career Finding Work and Developing Your Career 00:20:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Proofreading & Copyediting
Delivered Online On Demand5 hours 30 minutes
£25

QLS Endorsed Translation and Public Speaking

By Imperial Academy

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

QLS Endorsed Translation and Public Speaking
Delivered Online On Demand
£300

Beginners Spanish Course

By iStudy UK

When it comes to speaking Spanish, you need to have a basic knowledge and understanding of the grammar, vocabulary and our Beginners Spanish Course is specifically meant to help you by teaching everything that takes to speak flawlessly in Spanish in a very little time. The course is intended to help you to improve your grasp of Spanish grammar and extend your vocabulary on various topics, such as habits, family, vacation plans, professions, fashion, and much more. You'll learn verbs and how to put your Spanish into practice in daily situations. Upon successful completion of the course, you'll get started speaking in Spanish and can have general conversations in Spanish without making any grammatical mistake. What Will I Learn? Learn Spanish in simple, bite sized chunks. Perfect for the complete beginner with no Spanish knowledge. Be more than just an average tourist when travelling to Spanish speaking countries. Speak from the very first lesson. Build your own sentences without memorisation. Complete lessons in 3 minute chunks - perfect for the busy learner. Learn words and phrases that you can use immediately. Requirements You don't need to know any Spanish to succeed with 3 Minute Spanish. Who is the target audience? You really want to learn to speak Spanish in a very simple and very quick way. You are going to spend a holiday/vacation in Spain or another Spanish speaking country. You have failed to learn Spanish in the past but really want to give it one more go. You have no experience with Spanish but you would like to learn fast. You have always wanted to learn a new language but you are very busy and can never find the time. Introduction Introduction FREE 00:05:00 Lesson: 01 Lesson 1a 00:03:00 Lesson 1b 00:04:00 Lesson 1c 00:04:00 Lesson 1d 00:04:00 Lesson: 02 Lesson 2a 00:03:00 Lesson 2b 00:04:00 Lesson 2c 00:04:00 Lesson 2d 00:04:00 Lesson 2e 00:03:00 Lesson: 03 Lesson 3a 00:04:00 Lesson 3b 00:03:00 Lesson 3c 00:04:00 Lesson 3d 00:03:00 Lesson 3e 00:03:00 Lesson 3f 00:05:00 Lesson: 04 Lesson 4a 00:03:00 Lesson 4b 00:03:00 Lesson 4c 00:03:00 Lesson 4d 00:03:00 Lesson 4e 00:03:00 Lesson 4f 00:03:00 Lesson 4g 00:03:00 Lesson 4h 00:04:00 Lesson: 05 Lesson 5a 00:03:00 Lesson 5b 00:03:00 Lesson 5c 00:03:00 Lesson 5d 00:03:00 Lesson 5e 00:03:00 Lesson 5f 00:03:00 Lesson 5g 00:03:00 Lesson 5h 00:03:00 Lesson 5i 00:03:00 Lesson 5j 00:03:00 Lesson 5k 00:03:00 Lesson: 06 Lesson 6a 00:03:00 Lesson 6b 00:03:00 Lesson 6c 00:03:00 Lesson 6d 00:03:00 Lesson 6e 00:03:00 Lesson 6f 00:03:00 Lesson 6g 00:03:00 Lesson: 07 Lesson 7a 00:03:00 Lesson 7b 00:03:00 Lesson 7c 00:03:00 Lesson 7d 00:03:00 Lesson 7e 00:03:00 Lesson 7f 00:03:00 Lesson 7g 00:03:00 Lesson 7h 00:03:00 Lesson: 08 Lesson 8a 00:03:00 Lesson 8b 00:03:00 Lesson 8c 00:03:00 Lesson 8d 00:04:00 Lesson 8e 00:03:00 Lesson 8f 00:04:00 Lesson 8g 00:03:00 Lesson 8h 00:03:00 Lesson 8i 00:03:00 Lesson 8j 00:03:00 Lesson 8k 00:04:00 Lesson: 09 Lesson 9a 00:03:00 Lesson 9b 00:03:00 Lesson 9c 00:03:00 Lesson 9d 00:03:00 Lesson 9e 00:03:00 Lesson 9f 00:03:00 Lesson 9g 00:03:00 Resources Resources: Beginners Spanish Course 00:00:00 Course Certification

Beginners Spanish Course
Delivered Online On Demand3 hours 40 minutes
£25

English Grammar Made Easy

By Compliance Central

English Grammar course is for those who want to advance in this field. Throughout this course, you will learn the essential skills and gain the knowledge needed to become well versed in English Grammar. Our course starts with the basics of English Grammar and gradually progresses towards advanced topics. Therefore, each lesson of this English Grammar is intuitive and easy to understand. So, stand out in the job market by completing the English Grammar course. Get an accredited certificate and add it to your resume to impress your employers. Along with the English Grammar course, you also get: Lifetime Access Unlimited Retake Exam & Tutor Support Easy Accessibility to the Course Materials- Anytime, Anywhere - From Any Smart Device (Laptop, Tablet, Smartphone Etc.) 100% Learning Satisfaction Guarantee Learn at your own pace from the comfort of your home, as the rich learning materials of this course are accessible from any place at any time. The curriculums are divided into tiny bite-sized modules by industry specialists. And you will get answers to all your queries from our experts. So, enrol and excel in your career with Compliance Central. Curriculum Breakdown of the Course Introduction to the Course Basics of Grammar The Basics of Sentence Structure of Sentence Questions Punctuation and Capitalisation Spelling Common Mistakes and Ways to Improve CPD 10 CPD hours / points Accredited by CPD Quality Standards Chapter 01: Introduction to the Course 02:00 1: Chapter 01: Introduction to the Course 02:00 Chapter 02: Basics of Grammar 02:00 2: Chapter 02: Basics of Grammar 02:00 Chapter 03: The Basics of Sentence 02:00 3: Chapter 03: The Basics of Sentence 02:00 Chapter 04: Structure of Sentence 02:00 4: Chapter 04: Structure of Sentence 02:00 Chapter 05: Questions 02:00 5: Chapter 05: Questions 02:00 Chapter 06: Punctuation and Capitalisation 02:00 6: Chapter 06: Punctuation and Capitalisation 02:00 Chapter 07: Spelling 02:00 7: Chapter 07: Spelling 02:00 Chapter 08: Common Mistakes and Ways to Improve 02:00 8: Chapter 08: Common Mistakes and Ways to Improve 02:00 Order Your CPD Quality Standard Certificate (Optional) 01:00 9: CPD Certificate (Optional) 01:00 Who is this course for? Anyone from any background can enrol in this English Grammar course. Requirements To enrol in this English Grammar course, all you need is a basic understanding of the English Language and an internet connection. Career path After completing this course, you can explore trendy and in-demand jobs related to English Grammar. Certificates Reed courses certificate of completion Digital certificate - Included Will be downloadable when all lectures have been completed CPD Quality Standard Certificate Digital certificate - £7.99

English Grammar Made Easy
Delivered Online On Demand18 minutes
£12