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

51145 Courses

English for Employability: Advanced Presentation Skills

By Scotland Study Centre (SSC)

Learn the English Speaking and Presentation Skills you need to rise to the Advanced/Proficiency Level and get the English-language job you want.

English for Employability: Advanced Presentation Skills
Delivered OnlineFlexible Dates
£180

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

Supporting Microsoft SQL server

5.0(3)

By Systems & Network Training

Supporting Microsoft SQL server course description A concise hands on course enabling delegates to manage and administer a Microsoft SQL server database. What will you learn Install SQL server. Backup SQL server databases. Recover SQL server databases. Secure SQL server databases. Perform routine maintenance. Automate tasks. Supporting Microsoft SQL server course details Who will benefit: Anyone working with Microsoft SQL server Prerequisites: Supporting Windows server. Duration 3 days Supporting Microsoft SQL server course contents SQL server introduction Platform, Tools, services. Installation. Creating databases. Backups Back up types, transaction logging, restoring from a backup: Full database, individual files. Security Users, server roles, database roles. Permissions. Monitoring Routine database maintenance. Performance data. Jobs and alerts The SQL server agent, database mail, alerts, jobs.

Supporting Microsoft SQL server
Delivered in Internationally or OnlineFlexible Dates
£2,367

Oracle SQL foundation

5.0(3)

By Systems & Network Training

Oracle SQL training course description The Oracle SQL course is designed to give delegates practical experience in writing SQL statements and scripts using Oracle SQL. The basic SELECT statement, the use of SQL functions and the basic table and view handling statements are introduced. What will you learn Create SQL statements to query database tables. Use standard aggregate functions and related SELECT statement clauses. Join Tables. Use basic subqueries and the set operators. Use numeric, character and date functions. Use conversion and other miscellaneous functions. Use SQL parameters. Use complex subqueries. Create and alter tables and views. Insert, update and delete rows in database tables. Manage sequences and synonyms. Oracle SQL training course details Who will benefit: Anyone who needs to use and understand Oracle SQL to query and update data in an Oracle database. Prerequisites: None. Duration 3 days Oracle SQL training course contents Retrieving data with the SELECT statement The SELECT statement, The SELECT and FROM clauses, Conditions and the WHERE clause, Other conditional operators, Logical operators, The ORDER BY clause, Column aliases, Arithmetic expressions, Precedence of operators. Aggregate functions Overview of built In aggregate functions, The GROUP BY clause, The HAVING clause. Joining tables Overview of table joins, Inner joins, Table aliases, Outer joins, Self joins, ANSI standard joins. Basic subqueries and set operators Overview of subqueries, Basic subqueries, Set operators, The union, intersect and ,minus operators. Numeric, character and data functions Function types, Using the table dual to try out functions, Numeric functions, Character functions, String concatenation, Date arithmetic and date functions. Conversion and miscellaneous functions Conversion functions, The NVL and NVL2 functions, The DECODE function, CASE expressions, The COALESCE and NULLIF functions. SQL parameters Command line substitution parameters, The accept command, The define and undefine commands. Complex subqueries Subqueries usage, In-line views, Top-N queries, Subqueries with joins, Multi column subqueries, Correlated subqueries, Subquery rules, Using the ANY, ALL and SOME operators. Managing data Inserting rows, Updating rows, Deleting rows, Verifying updates, Transaction control, Commit and rollback, Savepoints, Commits and constraints, Amending data in SQL developer. Managing tables Creating tables, Specifying constraints, Altering tables, columns and constraints, Dropping tables, columns and constraints, Recovering dropped tables, Copying tables. Managing indexes and views Creating indexes, Dropping indexes, Listing indexes, Creating and using views, Dropping views, Listing views. Managing sequences and synonyms Create a sequence, View sequence details, Create a synonym, List synonyms.

Oracle SQL foundation
Delivered in Internationally or OnlineFlexible Dates
£2,367

Database design

5.0(3)

By Systems & Network Training

Database design training course description Although this course mentions Microsoft Access the same course can be run with a variety of different databases. The duration of the course is dependent on the experience of the delegates. What will you learn Name and give 3 types of database structure. Explain the difference between standard SQL and different flavours. Use SQL statements to query databases. Use SQL statements to query and define databases. Describe the principles of relational database design and 3 types of relational joins. Normalise a given flat file table into relational tables. Database design training course details Who will benefit: Anyone who needs to be able to design an efficient, watertight database following the best practice of the principles of Relational Database design. Prerequisites: None. Duration 3 days Database design training course contents Database structure and terminology. Principles of Relational Database Design. Types of relationship. Normal Forms. Practical examples of relational database design. Hands-on creation of a database. On paper design a relational database applicable to the delegates work.

Database design
Delivered in Internationally or OnlineFlexible Dates
£2,367

MySQL Performance & Tuning

5.0(3)

By Systems & Network Training

MySQL Performance & Tuning training course description This MySQL Performance & Tuning course is designed for Database Administrators, Application Developers and Technical Consultants who need to monitor and tune the performance of MySQL servers and databases. The course provides practical experience in monitoring and tuning MySQL servers and databases. Note: This MySQL Performance & Tuning course does not cover clustering (other than at overview level), replication or non-standard storage engines such as Falcon and PBXT. What will you learn Develop a monitoring and tuning plan Use server configuration and status variables. Identify and improve problem queries. Make efficient use of indexes. Monitor and size memory caches and locks. Tune the MyISAM and InnoDB storage engine. Evaluate the use of partitioning for performance. MySQL Performance & Tuning training course details Who will benefit: Anyone who wishes to monitor and tune MySQL performance. Prerequisites: Delegates must have a working knowledge of MySQL Database Administration Duration 3 days MySQL Performance & Tuning training course contents Introduction to performance tuning Tuning overview, Resolving performance issues, Recommended approach to tuning, Items to evaluate, Where to look, Planning a monitoring routine, Building a new database for performance, Tuning an existing database, Setting suitable goals. MySQL performance tuning tools Administration tools, the information schema, performance-related SHOW commands, benchmarking tools, the MySQL performance schema, MonYog. Hands on Obtaining performance information. Schema design Normalisation, de-normalisation, naming conventions, load generation, stress testing and benchmarking tools, selecting data types, data types, character sets, choosing storage engines. Hands on effects of design on performance. Statement tuning Overview of statement tuning, identifying problem queries, the optimizer, explain, explain extended. Hands on identifying problem queries and using explain. Indexes Index overview, Types of index, Index tuning, Indexes and joins. Hands on Indexes and performance. Server configuration and monitoring Server configuration variables, server status variables, table cache, multi-threading, connection issues, query cache. Hands on setting and interpreting server variables and caching. Locking Types of locking, locking and storage engines, effects of locking on performance. Hands on locking and performance. The InnoDB engine Transactions, crash recovery, locking, monitoring InnoDB, caches and buffers, configuring data files, configuring the log files. Hands on InnoDB configuration and performance. Other storage engines MyISAM engine, merge engine, archive engine, memory engine, blackhole engine, CSV engine, the Spider engine, the ColumnStore engine, the MyRocks engine, mixing sorage engines. Hands on storage engine performance. Overview of clustering and performance Advantages of performance, advantages of clustering, performance issues and clustering, the NDBCluster engine, the Galera cluster, the Percona XtraDB cluster, MySQL InnoDB cluster, the federated engine, the federatedX engine, overview of other high availability techniques. NOSQL and Mencached overview. Dumping and loading data SQL statements versus delimited data, parameters affecting dump performance, parameters affecting load performance. Hands on dump and load performance. Partitioned tables Partitioned tables concepts, range partitioning, hash partitioning, key partitioning, list partitioning, composite partitioning or subpartitioning, partition pruning. Hands on partitioned table performance.

MySQL Performance & Tuning
Delivered in Internationally or OnlineFlexible Dates
£2,367

Database fundamentals

5.0(3)

By Systems & Network Training

Database fundamentals training course description This three-day training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. What will you learn Describe core database concepts. Create database objects. Manipulate data. Describe data storage. Administer a database. Create a relational database consisting of 3 related tables. Database fundamentals training course details Who will benefit: Those working with databases. Prerequisites: None. Duration 3 days Database fundamentals training course contents Understanding core database concepts Flat-type databases, hierarchical databases, relational databases, database fundamentals, relational database concepts, using the SQL Server Management Studio Interface. Data Manipulation Language (DML), Data Definition Language (DDL), using DDL statements. Creating database objects Defining data types, using built-in data types, using exact numeric data types, using approximate numeric data types. Creating and using tables. Creating views. Creating stored procedures, SQL injections. Manipulating data Using Queries to select data, combining conditions, using the BETWEEN clause, using the NOT clause, using the UNION clause, using the EXCEPT and INTERSECT clauses, using the JOIN clause. Using Queries to insert data, Inserting data. Updating data and databases, Using the UPDATE statement. Deleting data, Using the DELETE statement, truncating a table with TRUNCATE TABLE, deleting a table with DROP TABLE, using referential integrity. Understanding data storage Normalising a database, normalization, first normal form, second normal form, third normal form, fourth normal form, fifth normal form. Primary, foreign and composite keys, clustered and non-clustered indexes, creating a non-clustered table. Administering a Database Securing Databases, server-level security, database-level security, Windows security, SQL authentication, database server roles, granting access to a database, fixed database roles, object permissions, managing roles, ownership chains, reviewing a sample security model. Backing up and restoring databases, recovery models, backup devices.

Database fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Customer Service Skills - Video Training Course

4.3(43)

By John Academy

Description: Customer Service is an essential issue for the organization which works or deals with the customers. The efficient customer service can increase the number of customers. On the other hand, poor manner can decrease the number of customers. Efficient customer service not only increases the total number of customers but also affects positivity to the career that has such skill. The Customer Service Skills - Video Training Course deals with the basic concepts of Customer Servicing. The course starts with defining the customer service and the procedures for identifying customers' expectation. The course also teaches the basic telephone etiquette so that you can able to handle the telephone calls and can able to give customer service through the telephone. Finally, the course will guide you how to handle the customer clients and how to answer them politely. The course will help you to know the ways of enduring stress. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Customer Service Skills - Video Training Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Customer Service Skills - Video Training Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Understanding Customer Service Understanding Customer Service FREE 00:17:00 Identifying Customer Expectations 00:06:00 Providing Excellent Customer Service 00:07:00 Focusing on the Customer Focusing on the Customer 00:08:00 Customer Service and the Telephone Customer Service and the Telephone 00:08:00 Handling Complaints Handling Complaints 00:12:00 Enduring Stress Enduring Stress 00:13:00 Mock Exam Mock Exam- Customer Service Skills - Video Training Course 00:20:00 Final Exam Final Exam- Customer Service Skills - Video Training Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Customer Service Skills - Video Training Course
Delivered Online On Demand1 hour 51 minutes
£11.99

Sales & Marketing with Negotiation Skills With Complete Career Guide Course

5.0(2)

By Training Express

Sales and marketing are no longer just about pitching products—they're about understanding people, patterns, and persuasion. This course is crafted for learners keen to grasp the essentials of both disciplines while developing sharp negotiation techniques along the way. It’s designed with a keen focus on strategy, consumer psychology, and smart communication—blended with techniques to help you navigate professional scenarios with confidence and clarity. From decoding buyer behaviour to crafting impactful messages, you’ll explore the core frameworks that drive successful campaigns and confident conversations. Whether you're aiming to refine your pitch, attract new customers, or negotiate smarter deals, this guide gives you a strong foundation to build upon. The added career segment rounds things off neatly, offering practical insights into professional growth and industry expectations. ________________________________________________________________________ Key Features: CPD Certified Sales & Marketing with Negotiation Skills With Complete Career Guide 11 Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by qualified professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum: Sales and Marketing Sales Part Module 01: Understanding the Talk Module 02: Getting Prepared to Make the Call Module 03: Creative Openings Module 04: Making Your Pitch Module 05: Handling Objections Module 06: Sealing the Deal Module 07: Following Up Module 08: Setting Goals Module 09: Managing Your Data Module 10: Using a Prospect Board Marketing Part Module 01: What is Marketing? Module 02: Common Marketing Types (I) Module 03: Common Marketing Types (II) Module 04: The Marketing Mix Module 05: Communicating the Right Way Module 06: Customer Communications Module 07: Marketing Goals Module 08: The Marketing Funnel Module 09: Marketing Mistakes (I) Module 10: Marketing Mistakes (II) Negotiation Skills Module 01: Negotiation Techniques Module 02: Conflict Management Module 03: Influencing People Module 04: Handling Objections ________________________________________________________________________ Complete Career Guide for Sales & Marketing with Negotiation Skills (A to Z) This isn't just a course; it's your ticket to thriving in the sector and your roadmap to the Sales & Marketing. In addition to mastering the essentials of Sales & Marketing, you'll also gain valuable skills in CV writing, job searching, communication, leadership, and project management. These 9 complementary courses are designed to empower you at every stage of your journey. Stand out in your career, from crafting a winning CV to excelling in interviews. Develop the leadership skills to inspire your team and efficiently manage projects. This holistic approach ensures you're not just job-ready but career-ready. Enrol today, and let's build your success story together in Sales & Marketing. Your dream career starts here! List of career guide courses included in Sales & Marketing with Negotiation Skills With Complete Career Guide: Course 01: Professional CV Writing and Job Searching Course 02: Communication Skills Training Course 03: Career Development Training Course 04: Time Management Course 05: Returning to Work Training Course 06: Level 3 Diploma in Project Management Course 07: Leadership Skills Course 08: Body Language Course 09: Interview and Recruitment ________________________________________________________________________ Learning Outcomes: Develop effective communication skills for successful sales interactions. Demonstrate strategic preparation and planning for sales calls and pitches. Craft compelling and creative openings to capture customer interest. Master objection-handling techniques to overcome customer hesitations. Implement negotiation skills and conflict management in sales scenarios. Create and execute comprehensive marketing strategies, avoiding common mistakes. ________________________________________________________________________ Accreditation All of our courses, including this Course, are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Course, you will immediately be sent your digital certificates. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we recommend renewing them every 12 months. Assessment At the end of the courses, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. CPD 100 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals aspiring to excel in sales and marketing roles. Entrepreneurs seeking to enhance their business development skills. Marketing professionals aiming to refine their strategic approach. Anyone looking to master negotiation and conflict resolution techniques. Career path Sales Executive - £25K to 45K/year. Marketing Coordinator - £22K to 38K/year. Business Development Manager - £30K to 55K/year. Account Manager - £28K to 50K/year. Marketing Specialist - £25K to 42K/year. Certificates 11 CPD Accredited e-Certificates Digital certificate - Included 11 CPD Accredited Hard Copy Certificates Hard copy certificate - Included

Sales & Marketing with Negotiation Skills With Complete Career Guide Course
Delivered Online On Demand1 hour
£65

Microsoft Office Skills with Admin, Secretarial & PA (Administration)

4.9(27)

By Apex Learning

Enhance your expertise in Microsoft Office Skills with Admin, Secretarial & PA (Administration)and acquire in-demand data management skills to easily complete your everyday Microsoft Office tasks! Whether you are a business professional, student, teacher, freelancer, or solopreneur, this interactive Microsoft Office Skills with Admin, Secretarial & PA (Administration) training assists you in taking your skills to the next level. With a single payment, you will gain access to this Microsoft Office Skills with Admin, Secretarial & PA (Administration) course, including an original hardcopy certificate, a transcript and a student ID card. Courses are included in this Microsoft Office Skills with Admin, Secretarial & PA (Administration) Bundle : Course 01: MS Word Diploma Course 02: Microsoft PowerPoint Diploma Course 03: Microsoft Excel Level 3 Course 04: Complete Microsoft Access Course Course 05: Functional Skills IT Course 06: Data Analysis in Microsoft Excel Complete Training Course 07: Excel: Top 50 Microsoft Excel Formulas in 50 Minutes! Course 08: Excel Pivot Tables Course 09: Microsoft Teams Course 10: Microsoft Excel: Master Power Query in 120 Minutes! Course 11: Office Skills and Administration Management Diploma So enrol now in this Microsoft Office Skills with Admin, Secretarial & PA (Administration) Bundle! This Microsoft Office Skills with Admin, Secretarial & PA (Administration) is a bundle course that holds 11 different courses covering various topics to give you a rich learning experience to master the skills of Microsoft Office Skills with Admin, Secretarial & PA (Administration)fruitfully. The Curriculum of Microsoft Office Skills with Admin, Secretarial & PA (Administration) Bundle Course 01: MS Word Diploma Getting Started with Word Formatting Text and Paragraphs Working More Efficiently Managing Lists Adding Tables Inserting Graphic Objects Controlling Page Appearance Preparing to Publish a Document =========>>>>> And 10 More Courses <<<<<========= The detailed curriculum of the Microsoft Office Skills with Admin, Secretarial & PA (Administration) is given in the resources section. How will I get my Microsoft Office Skills with Admin, Secretarial & PA (Administration) Certificate? After successfully completing the Microsoft Office Skills with Admin, Secretarial & PA (Administration) bundle you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals who are new to Microsoft Office Skills with Admin, Secretarial & PA (Administration) and want to learn the basics of the program Professionals who want to improve their skills and knowledge of Microsoft Office Skills with Admin, Secretarial & PA (Administration) Students who want to improve their productivity and efficiency by learning to use Microsoft Office more effectively Requirements This Microsoft Office Skills with Admin, Secretarial & PA (Administration) is open to anyone. All you need is an interest in learning! Career path Upon completion of this Microsoft Office Skills with Admin, Secretarial & PA (Administration) course, numerous exciting career opportunities await you. Explore a variety of roles in Microsoft Office Skills with Admin, Secretarial & PA (Administration), like: Office Administrator Microsoft Office specialist. Office skills Manager Office Assistant Certificates Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Microsoft Office Excel Level 3) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost. Certificate of completion Digital certificate - Included

Microsoft Office Skills with Admin, Secretarial & PA (Administration)
Delivered Online On Demand
£25