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

149 Operator courses in Bristol

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

CPCS A74 Piling Rig Attendant

By Dynamic Training and Assessments Ltd

This course is designed to provide operatives with thorough theory and practical training in the role of the piling rig attendant.

CPCS A74 Piling Rig Attendant
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
£600

NPORS Industrial Telescopic Handler (N010A)

By Dynamic Training and Assessments Ltd

NPORS Industrial Telescopic Handler (N010A)

NPORS Industrial Telescopic Handler (N010A)
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
Price on Enquiry

Level 2 NVQ Plant Qualifications

By BAB Business Group

BAB Training Solutions offer a range of Level 2 Plant qualifications which are appropriate for individuals aged 16 and over working in the construction sector who specialise in plant operation and are looking to achieve their NVQ Diploma or Certificate which enables them to upgrade their trained operator cards to competent operator cards. Our team will discuss the qualification process with you prior to signing up in order to ensure that you will be able to complete the qualification. There are large number of qualifications available within this sector including dumper, roller, excavator, tele-handler and much more. Please get in touch to discuss your plant operations requirements and we will be pleased to provide you with the right information and advice. CSCS Cards In order to obtain your full CSCS/ CPCS card you will need to hold CPCS/ NPORS (or equivalent) trained operator or have achieved your category relevant level 2 plant NVQ prior to undertaking the ‘New Entrant – (S)NVQ held’ application route. Please ask to speak with our qualification experts if you are unsure as to what qualification or route you should take.

Level 2 NVQ Plant Qualifications
Delivered in-person, on-requestDelivered In-Person in Heywood
£825

C++ programming foundation

5.0(3)

By Systems & Network Training

C++ TRAINING COURSE DESCRIPTION A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. WHAT WILL YOU LEARN * Write C++ programs * Debug C++ programs. * Examine existing code and determine its function. * Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ TRAINING COURSE DETAILS * Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. * Prerequisites: C programming foundation. * Duration 5 days C++ TRAINING COURSE CONTENTS * The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. * Getting started Simple C++ programs. * Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. * A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). * Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. * Templates Template classes and functions. * Standard Library Containers, Iterators, algorithms, function objects. * Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. * Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. * More I/O Manipulators, customising inserters, extractors. File I/O. * Virtual functions Pointers to derived classes, run time polymorphism. * Exception handling Throwing errors, trying code and catching errors.

C++ programming foundation
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

Level 2 Diploma in Piling Operations - Piling Rig Operator

By Dynamic Training and Assessments Ltd

Level 2 Diploma in Piling Operations - Piling Rig Operator

Level 2 Diploma in Piling Operations - Piling Rig Operator
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
£695

E&P Technical Services Contract

By Asia Edge

ABOUT THIS TRAINING COURSE In the oil & gas industry, it is common knowledge that operators and main contractors, contract or sub-contract a wide range of their activities. The service contract is the tool used to share the risk of a service between the operator and contractor. It is also an approach adopted by the operator to control the efficiency of his contractor. This course allows all parties involved, company, contractors and subcontractors, to better understand the contractual relationship, their rights and obligations. It gives a detailed review of the contract and its main features. This course will particularly focus on the services contracts that are put in place to support a drilling campaign, covering all specificities of the various contracts. Training Objectives At the end of this course, participants will: * Get a thorough understanding of the service contract clauses * Be able to administer the contract and optimise the relationship with the company or contractor Target Audience This course will be useful and applicable for the following professionals: * contract engineers, contracts administrators, any party involved in the relationship between the company and the contractors of a service contract * Drillers and logisticians may also have interest in this course as it covers the contractual aspects of their operational activity: They are the 'Owners' of these services contracts Trainer Your expert course leader has 25 years of experience in management positions in Contracting, Procurement and Logistics, mainly in the Oil & Gas Industry. During his Oil & Gas industry experience, he has worked on major Oil and Gas development projects like the Yadana project in Myanmar, Akpo project in Nigeria and YLNG in Yemen. His international experience allows him to adapt very easily and integrate the multicultural specificities of the Oil & Gas industry in his teaching. 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

E&P Technical Services Contract
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2579 to £2999

NPORS MEWP Boom (N108)

By Dynamic Training and Assessments Ltd

NPORS MEWP Boom (N108)

NPORS MEWP Boom (N108)
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
Price on Enquiry

Level 2 NVQ Diploma in Drilling Operations - Directional Drilling- Locator Operator

By Dynamic Training and Assessments Ltd

Level 2 NVQ Diploma in Drilling Operations - Directional Drilling- Locator Operator

Level 2 NVQ Diploma in Drilling Operations - Directional Drilling- Locator Operator
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
£695

NPORS Excavator Micro (up to 1 Tonne) (N016)

By Dynamic Training and Assessments Ltd

NPORS Excavator Micro (up to 1 Tonne) (N016)

NPORS Excavator Micro (up to 1 Tonne) (N016)
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
Price on Enquiry

Educators matching "Operator"

Show all 5
Charmaine James

charmaine james

London

About Charmayne James  2019 www.charmaynejames.com. All rights reserved Web Design by Frank Turben - Computer HelpCHARMAYNE’S BEGINNINGCharmayne came by her horsemanship talents naturally. Her dad, who always had an eye for good horses, worked as a feedlot cowboy before becoming an owner and operator of cattle feeding, ranching and farming interests in Clayton, New Mexico. Her grandfather was a cowman and steer roper. Her great-grandfather was a Choctaw Indian Light Horseman. Her mother was a rodeo queen who also barrel raced and team roped. Her grandmother was a World War I nurse who returned home and broke horses on the family’s dude ranch.Charmayne grew up at her dad’s feedlot in Clayton. She took ballet and piano lessons, but her favorite activity was riding. Attending schools in Clayton, she was an honor roll student and excelled in art, basketball and track, but was always anxious to get home from school to ride.Charmayne learned to ride bareback on an old cowpony called Redbug, and was always trying to keep up with her older sisters who had begun running barrels. As a member of 4-H, her projects included steers and horses. At age 10 her horse Creamer was named Grand Champion Gelding at the Union County Fair. She had trained Creamer to run barrels and that year won her first All Around Cowgirl title riding Creamer, a borrowed rope horse, and her sister’s pole bending horse.Charmayne and Creamer receiving awards for Grand Champion Gelding at the Union County FairKnowing her horse Creamer was not fast enough to win bigger barrel races, Charmayne wanted another horse. Her sister’s barrel horse, Bardo Deck was for sale, so her Dad bought him and turned the high strung former California race horse over to Charmayne. After a couple months of constant riding alongside the feedlot cowboys working cattle, chasing antelope across the vast grasslands, and many trips around the barrels, Charmayne and Bardo were winning nearly every area barrel race they entered.Late in 1981 Bardo broke his leg in a tragic accident and had to be euthanized. Charmayne was heartbroken. That winter she buried herself in school activities while telling her parents she had to get another horse. In the spring of 1982, after taking Charmayne to look at horses throughout the 5 State area, her dad, partly out of desperation, told Charmayne he liked a little bay horse down in the feedyard horse pens that was for sale. Charmayne countered that she had to have a race horse, but agreed to try the little bay. Before Charmayne got on him, her Dad told her not to kick him out at first because he was known to buck. Charmayne got on and after a few bucks she circled back and put him around the barrels. The two were an instant match. Charmayne paid $1200 for him with the rodeo winnings she had saved while riding Bardo. Her Dad said that was way too much money. They named him “Scamper” because of the way he scampered around the barrels.Scamper had never seen a barrel, but had an excellent handle on him from all the feedyard riding. In the spring of 1982, after two weeks of training on barrels, Charmayne and Scamper won their first barrel race. That summer they won numerous barrel races and amateur rodeos in New Mexico, Colorado, Texas, Oklahoma and Kansas. That fall Scamper was kicked in the hock by another horse. Their vet recommended turning him out for six months with a 50-50 chance he would come back sound.In April of 1983, when Scamper was 7, Charmayne began riding him again. At a vet checkup, after seeing Scamper’s ringbone, splints, and enlarged hock, Charmayne was told she had better get another horse going because Scamper “was not going to last”. By that summer she was winning amateur rodeos, sometimes by a full second. After entering with a WPRA permit, and winning the barrel race at the PRCA Dodge City Roundup Rodeo, Charmayne told her parents she wanted to start going to professional rodeos. They told her that was alright with them, but she would have to pay all her own rodeo expenses. When her dad asked her if she was going to try to make the National Finals Rodeo, she replied “No, I’m going to win the NFR”. She purchased her WPRA card later that year and began her professional rodeo career. This began one of the most amazing rodeo careers in history.In 1994, after winning an unprecedented 10 World Championships, 6 National Finals Rodeo Championships, and over $1,000,000 in arena winnings, Charmayne retired Scamper. Her ability to care for Scamper and keep him running at the top of his game for over 10 years attests to her knowledge and talents. This was a phenomenal feat for the horse that “was not going to last”.After retiring Scamper, Charmayne continued to achieve the eluding and difficult accomplishment of qualifying for the next 6 straight National Finals Rodeos with several different horses. In 2000 she qualified for the National Finals Rodeo and was Reserve World Champion with Cruiser, a former race horse she had purchased for $2,000 at New Mexico’s Clovis Livestock Auction and trained to run barrels. In 2002 she qualified for her 19th consecutive National Finals Rodeo riding Cruiser, winning her 7th National Finals Rodeo and 11th World Championship Title.