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

106 Office Skills & Productivity courses in Wokingham

Effective Change Management 1 Day Workshop in Wokingham

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Wokingham

Effective Change Management 1 Day Workshop in Wokingham
Delivered In-Person + more
£595 to £795

Effective Change Management 1 Day Workshop in Bracknell

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Bracknell

Effective Change Management 1 Day Workshop in Bracknell
Delivered In-Person + more
£595 to £795

Effective Change Management 1 Day Workshop in Reading

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Reading

Effective Change Management 1 Day Workshop in Reading
Delivered In-Person + more
£595 to £795

Effective Change Management 1 Day Workshop in Fleet

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Fleet

Effective Change Management 1 Day Workshop in Fleet
Delivered In-Person + more
£595 to £795

Effective Change Management 1 Day Workshop in Windsor Town

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Windsor Town

Effective Change Management 1 Day Workshop in Windsor Town
Delivered In-Person + more
£595 to £795

Effective Change Management 1 Day Workshop in Slough

5.0(1)

By Mangates

Effective Change Management 1 Day Workshop in Slough

Effective Change Management 1 Day Workshop in Slough
Delivered In-Person + more
£595 to £795

Microsoft Teams Training

By FourSquare Innovations Ltd

FourSquare Training specialise in private, corporate Microsoft Teams courses delivered at your premises and tailored to your needs.

Microsoft Teams Training
Delivered In-Person in Merseyside, or UK WideFlexible Dates
£700 to £900

Microsoft 365 Training

By FourSquare Innovations Ltd

FourSquare Training specialise in private, corporate Microsoft 365 courses delivered at your premises and tailored to your needs.

Microsoft 365 Training
Delivered In-Person in Merseyside, or UK WideFlexible Dates
£700 to £900

MySQL server administration

5.0(3)

By Systems & Network Training

MySQL server admins training course description This MySQL Server administration course is designed for MySQL Server administrators who have a basic understanding of a MySQL database and a good working knowledge of SQL commands. The course provides an understanding of MySQL Architecture and practical experience in setting up, configuring and maintaining a MySQL server, backing up and recovering data and optimising query performance. This MySQL Server administration course also covers MySQL replication and its role in high availability and scalability. What will you learn Use MySQL Workbench. Install and configure a MySQL Server . Administer and tune a MySQL server. Configure log files and interpret error messages.. Secure the Server. Administer a replication topology. MySQL server admin training course details Who will benefit: Database administrators, Database developers and Technical consultants. Prerequisites: Introduction to MySQL Duration 5 days MySQL server admin training course contents Introduction to Oracle Application Express APEX concepts APEX main components Workspaces, database applications and websheet applications Creating a workspace The Workspace Administrator Upgrading APEX Logging into APEX Running an application SWL Workshop Use APEX to browse, create and modify objects Process ad hoc SQL statements Manage scripts in APEX Create, run and save SQL queries Build a database application Application components Create an application Create an application from a spreadsheet Create reports Create reports using wizards Edit report attributes Add links to reports Create a link to a printer-friendly version of a report Save and print reports in different formats Using files Uploading images Creating cascading stylesheet files Uploading static files Adding an Image as an application logo Adding a reference to a Javascript file Pages and regions Web form behaviour in APEX Create a form based on a table Create a form based on a procedure Create a form with a report Create a tabular form Format a form Locking in APEX forms Creating lists of values Overview of application express shared Components Dynamic and static lists of values Create a dynamic list of values Create a static list of values Use a list of values to control data in a report Create a cascading list of values Items and buttons Understand the different Types of items Create items Understand and edit item attributes Use Javascript with item Manipulate items in tabular forms Add dynamic items to a report Create and edit buttons Page Processing Page rendering and page processing Create computations Validate input data Process Data Understand application branching Create conditional branches Shared components Overview of application express navigation components Manage parent and standard tabs Create navigation bar entries Create and use lists and list items Manage breadcrumbs Create shortcuts Shared component subscription User interface defaults Display dynamic content Filter reports with dynamic queries Create charts with a wizard Format charts Create calendars Add links to calendars Create hierarchical trees State and debugging Understand session state Set a session state value Clear the session state Review the session state Review the messages in debug mode Enabling feedback Managing feedback and team development Themes and templates Switch to a different theme View existing templates Understand and manage templates Create a new template Add references to cascading stylesheet and Javascript files Dynamic actions and plug-in components Identify plug-in components and their types Plug In a component Create dynamic actions Use a plug-in in a dynamic action Building website applications Websheet applications and their components Create a websheet application Enable SQL and PL/SQL in a websheet application Add sections and pages to a websheet application Add links on a websheet page Add a data grid to a websheet application Create SQL reports ion websheet applications Add annotations to a websheet application Implementing security Authentication and authorization Provide an authentication scheme Create an authorization scheme using access control Enable and configure session state protection Deploy an appliction Define supporting objects Package an application Export an application Import an application Install supporting objects Administer Apex workspaces Manage workspaces and users Request a schema or storage Purge session state Monitor developer activity log Monitor workspace activity View activity reports Import a workspace Utility programs Import and export data Generate DDL statements View objects reports

MySQL server administration
Delivered in Internationally or OnlineFlexible Dates
£2,797

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,797

Educators matching "Office Skills & Productivity"

Show all 25
EduTech - Taylor Mason

edutech - taylor mason

High Wycombe

TAYLOR MASON  Taylor Mason Training delivers professional and accredited training & development solutions to a wide range of organisations across the spectrum, encompassing FTSE 100 companies [https://en.wikipedia.org/wiki/FTSE_100_Index], Public sector [https://www.britannica.com/topic/public-sector] through to SMEs [https://ec.europa.eu/growth/smes/business-friendly-environment/sme-definition_en] and private individuals. Our core strength is understanding our clients and their challenges/nuances in respect to the development of their teams and organisations.  Our approach to this is centred on researching and understanding individual business/team needs and creating a training intervention designed to meet these challenges through addressing either skills or knowledge or ability gaps. As well as Tailoring Courses [https://taylor-mason.co.uk/customised-training-programmes-ctp/] for clients to be delivered in-house, we also provide a wide range of Public courses [https://taylor-mason.co.uk/business-training-courses/] which are accessed by individuals that have taken the initiative to up skill and develop themselves.  To meet the needs of these individuals and often our clients too, we have 7 training centres [https://taylor-mason.co.uk/locations/] available across the UK. TAYLOR MASON – CUSTOMISED TRAINING PROGRAMMES (CTP) Sometimes the most effective way to meet your organisation’s learning [https://taylor-mason.co.uk/tips-for-measuring-the-impact-learning-has-on-a-business/] objectives is by getting experts to design a programme of training [https://taylor-mason.co.uk/public-training-courses.html] specifically for your needs. Bespoke learning [https://taylor-mason.co.uk/tips-for-measuring-the-impact-learning-has-on-a-business/] has the added advantage of incorporating a client’s cultural and corporate needs and requirements when they make a change to their equipment, processes, services or people. Through our CTP approach to delivery we are able to utilise a modular approach to learning plus blended learning solutions to really customise the learning experience for you and your teams. Whether you are trying improve performance or change behaviour in a department, process or your entire organisation, you can try to plot where your business is on our Capability Maturity Model, and also evaluate where you want to be and by when.