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

3812 Courses in Cardiff delivered Online

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

Office Management and Effective Communication Skills

5.0(10)

By GBA Corporate

Overview This Course is specially designed to enhance communication skills and gain advanced skills in office management. It will help identify key features of the role and will navigate through all the components and techniques for operating an efficient support team. This course will update your interpersonal skills, communication skills and other skills required to have effective office management and gain advanced administrative skills.

Office Management and Effective Communication Skills
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Admin Support Assistant Diploma - CPD Accredited Course

5.0(2)

By Training Express

Stepping into the world of administration requires more than just a tidy desk and a steady hand on the keyboard. This Admin Support Assistant Diploma has been thoughtfully arranged to help learners understand the structure, flow, and expectations of modern office support roles. From managing schedules to handling internal communications with finesse, the course offers well-organised knowledge ideal for building confidence in remote or digital work environments. Whether you're looking to sharpen your organisational toolkit or simply want to gain insight into how administrative operations run behind the scenes, this CPD-accredited course provides the know-how in a flexible, online setting. Learn at your pace, on your schedule, with no unnecessary fluff—just solid, reliable information that makes sense and delivers value. Simple, smart, and structured to fit neatly into your routine. Additionally, you get: Free exam Free assessment Free certificate Free Tutor support Hurry up and enrol, before the offer expires! Course Curriculum: Module 01: Introduction to Admin Support Assistant Module 02: Business Telephone Skills Module 03: Representing Your Boss and Company Module 04: Business Etiquette Module 05: Mail Services and Shipping Module 06: Travel Arrangements Module 07: Organising Meeting and Conferences Module 08: Diary Management and Note taking Module 09: Time Management Module 10: Record Keeping and Filing Systems Module 11: Business Writing Skills Module 12: Organisational Skills Module 13: Communication Skills Module 14: Customer Service Module 15: Effective Planning and Scheduling Module 16: Invoicing/Petty Cash Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. CPD 10 CPD hours / points Accredited by The CPD Certification Service Who is this course for? The Admin Support Assistant Diploma - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Admin Support Assistant Diploma - CPD Accredited training.

Admin Support Assistant Diploma - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Simple but Powerful Functions in Microsoft Excel

By Course Cloud

Course Overview Enjoy better spreadsheet management and learn how to carry out everyday data-based tasks in Excel with expertise, with this complete Excel functions masterclass.  Through video guidance, the Simple but Powerful Functions in Microsoft Excel course will take you through the basic functions and features of Excel step-by-step. You will learn how to create pivot tables, use text formulas, search a value in a column, and carry out other typical spreadsheet tasks, gaining valuable office skills that will help you gain a competitive edge in your field. Are you looking to build your efficiency in Excel? Go from beginner to expert and build full proficiency in no time, by mastering Excel's core functions today. No previous experience is needed to take this course. Enrol as a full-time or part-time learner and add new skills to your CV. This best selling Simple but Powerful Functions in Microsoft Excel has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Simple but Powerful Functions in Microsoft Excel is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Simple but Powerful Functions in Microsoft Excel is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Simple but Powerful Functions in Microsoft Excel is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Simple but Powerful Functions in Microsoft Excel, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Simple but Powerful Functions in Microsoft Excel will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Simple but Powerful Functions in Microsoft Excel to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Simple but Powerful Functions in Microsoft Excel
Delivered Online On Demand
£25

Minute Taking - CPD Accredited Course

5.0(14)

By Training Express

Efficient minute taking is the unsung hero of productive meetings. This CPD Accredited Course is designed to guide learners through every aspect of the minute-taking process, from initial preparation to final documentation. Whether you're recording board meetings, team huddles or informal discussions, this course equips you with a structured approach to capture essential points with clarity and accuracy. You’ll learn how to organise your notes, understand meeting structures, and document decisions and actions in a clear, concise format that’s easy for others to follow. Throughout the course, you'll explore key elements such as roles and responsibilities, confidence building, and the use of technology in modern minute taking. With a focus on professional communication and time-efficient methods, this course is ideal for anyone responsible for documenting meetings or looking to refine their organisational communication skills. By the end, you'll be well-prepared to handle any meeting with confidence and precision, producing minutes that are timely, relevant, and action-focused. What you will learn from the Minute Taking - CPD Accredited course: Demonstrate in-depth knowledge of the role of the Minute-Taker Understand the key elements that make a meeting successful Identify the stages of minute taking and steps to arranging a meeting List all the things that should be included in a meeting agenda Deal with stressful meetings and conversations that go off-track Address all matters arising and close a meeting successfully Manage meeting tasks and chase up action items effectively Creating a Minutes template and distributing notes to all attendees Additionally, you get: Free exam Free assessment Free certificate Free Tutor support Hurry up and enrol, before the offer expires! Course Curriculum: Module 01: Introduction to Minute Writing Module 02: Preparation for Minute Taking Module 03: The Meeting Structure Module 04: Minute Meeting, Decision and Action Module 05: Roles and Responsibility of Minute Taker Module 06: Tips for Minute Taking Module 07: Technology in Minute Taking Module 08: Building Confidence Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Minute Taking - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Minute Taking - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Minute Taking - CPD Accredited training.

Minute Taking - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Do you spend hours wrestling with spreadsheets? In the UK, 70% of businesses rely on Excel, but 56% of employees lack the skills to use it effectively. Imagine the time saved and insights gained by mastering this essential tool! This comprehensive Microsoft Excel bundle empowers you to transform data into meaningful insights, driving better decision-making and career advancement. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Bundle: Course 01: Microsoft Excel Course 02: New Functions in Microsoft Excel 2021 Course 03: Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Course 04: Microsoft Excel: Excel Sheet Comparison with VBA Course 05: Microsoft Excel: Master Power Query in 120 Minutes! Course 06: Microsoft Access Complete Course (Beginner, Intermediate, Advanced) Course 07: Office Skills and Administration Management Diploma Course 08: Excel Vlookup, Xlookup, Match, and Index Course 09: Complete Microsoft Power BI 2021 Course 10: Microsoft Access Databases Forms and Reports Course 11: Excel spreadsheet for Beginner Course 12: Data Protection and Data Security Level 2 Course 13: Excel: Top 50 Microsoft Excel Formulas in 50 Minutes! Course 14: MS Word Diploma Course 15: Excel Pivot Tables, Pivot Charts, Slicers, and Timelines Course 16: Excel PowerQuery and PowerPivot Course 17: PowerBI Formulas Course 18: Planning & Control Using Microsoft Project 2013, 2016 & 2019 Course 19: Excel Must Know Formulas and Functions Course 20: Microsoft Teams Course 21: Excel Data Analysis Course 22: Excel Pivot Tables Course 23: Proofreading & Copyediting Course 24: Microsoft Access Tables and Queries Course 25: PowerPoint Diploma Course 26: Document Control Course 27: Outlook Tips and Tricks Course 28: Touch Typing Essentials Course 29: Data Analysis in Microsoft Excel Complete Training Course 30: The Complete Microsoft Outlook Masterclass With Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Learning Outcomes Confidently apply essential and advanced Excel formulas. Automate tasks with VBA and Power Query for efficiency. Create interactive dashboards for data visualisation. Compare spreadsheets seamlessly using advanced techniques. Extract valuable insights from your data with PivotTables and Power BI. Become a sought-after Excel expert in your workplace. Don't let this opportunity pass you by. Enrol in Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query today and take the first step towards achieving your goals and dreams. Why buy this bundle? Free CPD Accredited Certificate upon completion of this bundle Get a free student ID card with this bundle Lifetime access to the course materials Get instant access to this Microsoft Excel course Learn Microsoft Excel from anywhere in the world 24/7 tutor support with the Microsoft Excel course. Start your learning journey straightaway with our Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Training! Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification of Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query You have to complete the assignment given at the end of the Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query course. After passing the Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query course is ideal for: Students seeking mastery in Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Professionals seeking to enhance Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query skills Individuals looking for a Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query-related career. Anyone passionate about Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query Requirements This Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query doesn't require prior experience and is suitable for diverse learners. Career path This Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query bundle will allow you to kickstart or take your career in the related sector to the next stage. Data Analyst Business Intelligence Specialist Financial Analyst Project Manager Consultant Entrepreneur Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Microsoft Excel: Automated Dashboard Using Advanced Formula, VBA, Power Query
Delivered Online On Demand6 days
£149

Professional Receptionist Diploma

By iStudy UK

Description: A professional receptionist is someone who is assigned as one of the front liners in the business. As a receptionist, it is your task to be knowledgeable on the operations and the overall state of the business. Since you are assigned to communicate first with the clients, it is important for you to have the skills in office management. This course is comprised of training in (1) organizational skills; (2) office management techniques; and (3) advanced Microsoft Office skills. These three pieces of training will help you become a professional receptionist and help in the success of your organization. Who is the course for? Current executive and personal assistants who want to improve their administrative skills. People who have an interest in becoming an executive or personal assistant. 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. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of applying for NUS Extra Discount Card; 24/7 student support via email. Career Path: The Professional Receptionist Diploma course is a useful qualification to possess, and would be beneficial for the following careers: Assistant Manager Entrepreneur Assistant Executive Assistant Legal Secretary Personal Assistant Receptionist Secretary. Professional Receptionist Diploma - Updated Version Introduction to Reception and Receptionist 00:26:00 Business Telephone Skills 00:20:00 Representing Your Boss and Company 00:36:00 Mail Services and Shipping 00:28:00 Travel Arrangements 00:25:00 Organising Meeting and Conferences 00:28:00 Time Management 00:35:00 Record Keeping and Filing Systems 00:28:00 Business Writing Skills 00:41:00 Organisational Skills 00:26:00 Communication Skills 00:27:00 Customer Service 00:17:00 Effective Planning and Scheduling 00:52:00 Invoicing/Petty Cash 00:28:00 Business Environment 00:16:00 Professional Receptionist Diploma - Old Version Receptionist Receptionist FREE 00:30:00 Importance of Receptionist FREE 00:15:00 Different Types of Receptionist & Roles 01:00:00 Communication Skills for Receptionist 01:00:00 Telephone Skills 01:00:00 Listening Skills 01:00:00 Taking Messages 00:30:00 Presenting & Appearance 00:30:00 Reservation Procedure 00:15:00 Confidentiality Checklist 00:15:00 Being Organized as Receptionist 00:15:00 Becoming a Successful Receptionist 00:15:00 Being an Assistant Module One - Getting Started FREE 00:30:00 Module Two - Working with Your Manager FREE 01:00:00 Module Three - Administrative Soft Skills 01:00:00 Module Four - Effective Time Management 01:00:00 Module Five - Meeting Management 01:00:00 Module Six - Tools of the Trade (I) 01:00:00 Module Seven - Tools of the Trade (II) 01:00:00 Module Eight - Being an Effective Gatekeeper 01:00:00 Module Nine - Organizational Skills 01:00:00 Module Ten - Confidentiality Guidelines 01:00:00 Module Eleven - Special Tasks 01:00:00 Module Twelve - Wrapping Up 00:30:00 Executive Secretarial and PA Course - Activities 00:00:00 Answering Telephones Module One - Getting Started 00:30:00 Module Two - Core Skills Required 01:00:00 Module Three - Self-Management (I) 01:00:00 Module Four - Self-Management (II) 01:00:00 Module Five - Time Management (I) 01:00:00 Module Six - Time Management (II) 01:00:00 Module Seven - Organizing and Planning (I) 01:00:00 Module Eight - Organizing and Planning (II) 01:00:00 Module Nine - Communication (I) 01:00:00 Module Ten - Communication (II) 01:00:00 Module Eleven - Additional Challenges 01:00:00 Module Twelve - Wrapping Up 00:30:00 Professional Telephone Receptionist Course- Activities 00:00:00 Microsoft Word Module One - Getting Started FREE 00:30:00 Module Two - Opening Word FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Document 01:00:00 Module Five - Basic Editing Tasks 01:00:00 Module Six - Basic Formatting Tasks 01:00:00 Module Seven - Formatting Paragraphs 01:00:00 Module Eight - Advanced Formatting Tasks 01:00:00 Module Nine - Working with Styles 01:00:00 Module Ten - Formatting the Page 01:00:00 Module Eleven - Sharing Your Document 01:00:00 Module Twelve - Wrapping Up 00:30:00 Microsoft Excel Module One - Getting Started FREE 00:30:00 Module Two - Opening Excel FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Worksheet 01:00:00 Module Five - Viewing Excel Data 01:00:00 Module Six - Building Formulas 01:00:00 Module Seven - Using Excel Functions 01:00:00 Module Eight - Using Quick Analysis 01:00:00 Module Nine - Formatting Your Data 01:00:00 Module Ten - Using Styles, Themes, and Effects 01:00:00 Module Eleven - Printing and Sharing Your Workbook 01:00:00 Module Twelve - Wrapping Up 01:00:00 Microsoft PowerPoint Module One - Getting Started FREE 00:30:00 Module Two - Opening PowerPoint FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Presentation 01:00:00 Module Five - Working with Text 01:00:00 Module Six - Formatting Text and Paragraphs 01:00:00 Module Seven - Adding Pictures 01:00:00 Module Eight - Advanced Formatting Tasks 01:00:00 Module Nine - Working with Transitions and Animations 01:00:00 Module Ten - Setting Up Your Slide Show 01:00:00 Module Eleven - Showtime! 01:00:00 Module Twelve - Wrapping Up 00:30:00

Professional Receptionist Diploma
Delivered Online On Demand3 days
£25