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

3483 Intelligence courses

The Authority Guide to Behaviour in Business

By Ei4Change

How to inspire others and build successful relationships. This course is designed to support professionals in business to develop communication skills through understanding and applying knowledge of personality and behaviour in the workplace. It is based upon the book "The Authority Guide to Behaviour in Business: How to Inspire Others and Build Successful Relationships" by Robin Hills (ISBN: 1912300087).

The Authority Guide to Behaviour in Business
Delivered Online On Demand
£120

Report Writing 1 Day Training in Aberystwyth

By Mangates

Report Writing 1 Day Training in Aberystwyth

Report Writing 1 Day Training in Aberystwyth
Delivered In-Person + more
£595 to £795

Applying Mindfulness to Develop Resilience and Wellbeing

By Ei4Change

Understand more about mindfulness and how to use it to develop your resilience and wellbeing. Learn the ability to pay attention to the present moment without judgement and use this skill in the volatile, uncertain, complex and ambiguous wo work.

Applying Mindfulness to Develop Resilience and Wellbeing
Delivered Online On Demand
£45

Certified Software Developer Pathway with Career Guarantee

By NuYew Ltd

Accelerate Your Software Developer Career: Fast-Track Program with Exams, TOTUM Card & 5-Year Support. Enrol Today! Study methodOnline Duration9 months · Self-paced Access to content5 years CertificationsCompTIA IT Fundamentals CertificationPearson IT Specialist Software DeveloperPearson IT Specialist HTML5 Application DevelopmentPearson IT Specialist HTML and CSSPearson IT Specialist JavaPearson IT Specialist PythonPearson IT Specialist AI (Artificial Intelligence) Additional info Exam(s) / assessment(s) is included in price Tutor is available to students TOTUM card included in price Job guarantee programme is included in this course Overview Learn the most in-demand digital skills in the world today with the Nuyew Tech Academy Demand for software developers is at an all-time high worldwide. Digital transformation affects every industry and developers are required to support the change. Global shortages of coders mean that those skilled in this area command excellent salaries and have limitless opportunities around the world. Certifications CompTIA IT Fundamentals Certification Awarded by CompTIA Pearson IT Specialist Software Developer Pearson IT Specialist HTML5 Application Development Pearson IT Specialist HTML and CSS Pearson IT Specialist Java Pearson IT Specialist Python Pearson IT Specialist AI (Artificial Intelligence) Awarded by Pearson Description With a national shortage of Software Developers, starting salaries of up to £25,000 per annum (average UK Salary £52,500) and amazing future employed and self-employed career prospects, take the next step today with our Fast Track Software Developer Programme. What you can expect from our Fast Track Programme: World Class Education Energetic and unlimited 24/7 Student Support Real, tangible Career Outcomes 5 Years Career Support and Course Access What our programme includes: Foundation Awards CompTIA ITF+ (IT Fundamentals) Industry Recognised Qualifications Pearson IT Specialist Software Developer Pearson IT Specialist HTML5 Application Development Pearson IT Specialist HTML and CSS Pearson IT Specialist Java Pearson IT Specialist Python Pearson IT Specialist AI (Artificial Intelligence) Exams Includes all Exams and Unlimited Re-Sits 5 Years Career Support Guarantee As part of our unique Support Guarantee, our Career Support Team will assist you with: CV writing Expert careers advice Interview preparation Identifying and applying for the best opportunities in your area As a student in the Nuyew Tech Academy you will also be given exclusive access to our Career Skills Academy which includes advanced courses on Employability, CV Preparation, Interview Skills and Technique and everything else you need to get ready for your new Career. Who is this course for? This course is open to anyone interested in pursuing a Career in Software Development. Our Foundation Level provides the flexibility for us to accommodate students with any level of previous knowledge and experience. Requirements This course is open to all and has no pre-requisites All you need is a passion for technology and a strong desire to succeed. Career path Our programme is designed to enable you to achieve an Entry Level/Helpdesk role during training (£18k-£24K) ensuring that you also have the vital work experience required to enter the Tech Industry at a higher level (Av Salary £52.5K). Our Career Support Guarantee gives you exclusive access to our dedicated Career Support Team and Advanced Career Skills Academy for 5 Years following Graduation.

Certified Software Developer Pathway with Career Guarantee
Delivered Online On Demand1 hour
£3,196

M.D.D GET ME SOME DATES PACKAGE (SINGLES)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

A few dates arranged for you Dating Coach support Dating arrangements scheduled Support and Dating Coach advisory system for a client and potential dates Social Cues and emotional intelligence training Overview of dating skills https://relationshipsmdd.com/product/get-me-some-dates-package/

M.D.D GET ME SOME DATES PACKAGE (SINGLES)
Delivered in London or UK Wide or OnlineFlexible Dates
£1,200

Leadership Edge:Unleashing potential in teams through coaching.

By Leap Coaching and Training

This workshop has been designed to help you to apply the principles of emotional intelligence with world-renowned coaching models to enable others to achieve greater results. By increasing your coaching skills you will find ways of developing others in a way that maintains a trusted relationship, engenders change and promotes personal accountability.

Leadership Edge:Unleashing potential in teams through coaching.
Delivered In-PersonFlexible Dates
£200 to £250

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

Criminology Training

By Imperial Academy

Level 6 Diploma(FREE QLS Endorsed Certificate)| 11 CPD Courses+11 PDF Certificates| 145 CPD Points|CPD & CiQ Accredited

Criminology Training
Delivered Online On Demand
£129

Certified Full Stack Developer Pathway with Career Guarantee

By NuYew Ltd

Accelerate Your Full Stack Developer Career: Fast-Track Program with Exams, TOTUM Card & 5-Year Support. Enrol Today! Study methodOnline Duration12months · Self-paced Access to content5 years CertificationsCompTIA IT Fundamentals CertificationPearson IT Specialist HTML5 Application DevelopmentPearson IT Specialist HTML and CSSPearson IT Specialist PythonPearson IT Specialist AI (Artificial Intelligence)Pearson IT Specialist DatabasesPearson IT Specialist JavaScript Additional info Exam(s) / assessment(s) is included in price Tutor is available to students TOTUM card included in price Job guarantee programme is included in this course Overview Learn the most in-demand digital skills in the world today with the Nuyew Tech Academy A Full Stack Developer is someone who is familiar and comfortable with all layers in computer software development. Full Stack Developers have the functional knowledge and ability to take a concept and turn it into a finished product. They understand how everything works from top to bottom and can anticipate problems accordingly. Becoming a Full Stack Developer has many advantages over being a specialist in either front-end or back-end development with one of the main advantages being the fact that they tend to find themselves very much in demand as they have more of the key skills desired by the leading Tech Companies. Certifications CompTIA IT Fundamentals Certification Awarded by CompTIA Pearson IT Specialist HTML5 Application Development Pearson IT Specialist HTML and CSS Pearson IT Specialist Python Pearson IT Specialist AI (Artificial Intelligence) Pearson IT Specialist Databases Pearson IT Specialist JavaScript Awarded by Pearson Description With a national shortage of Full Stack Developers, starting salaries of up to £25,000 per annum (average UK Salary £52,500) and amazing future employed and self-employed career prospects, take the next step today with our Fast Track Full Stack Developer Programme. What you can expect from our Fast Track Programme: World Class Education Energetic and unlimited 24/7 Student Support Real, tangible Career Outcomes 5 Years Career Support and Course Access What our programme includes: Foundation Awards CompTIA ITF+ (IT Fundamentals) Industry Recognised Qualifications Pearson IT Specialist HTML5 Application Development Pearson IT Specialist HTML and CSS Pearson IT Specialist JavaScript Pearson IT Specialist Python Pearson IT Specialist AI (Artificial Intelligence) Pearson IT Specialist Databases Exams Includes all Exams and Unlimited Re-Sits 5 Years Career Support Guarantee As part of our unique Support Guarantee, our Career Support Team will assist you with: CV writing Expert careers advice Interview preparation Identifying and applying for the best opportunities in your area As a student in the Nuyew Tech Academy you will also be given exclusive access to our Career Skills Academy which includes advanced courses on Employability, CV Preparation, Interview Skills and Technique and everything else you need to get ready for your new Career. Who is this course for? This course is open to anyone interested in pursuing a Career in Full Stack Web Development. Our Foundation Level provides the flexibility for us to accommodate students with any level of previous knowledge and experience. Requirements This course is open to all and has no pre-requisites All you need is a passion for technology and a strong desire to succeed. Career path Our programme is designed to enable you to achieve an Entry Level/Helpdesk role during training (£18k-£24K) ensuring that you also have the vital work experience required to enter the Tech Industry at a higher level (Av Salary £52.5K). Our Career Support Guarantee gives you exclusive access to our dedicated Career Support Team and Advanced Career Skills Academy for 5 Years following Graduation.

Certified Full Stack Developer Pathway with Career Guarantee
Delivered Online On Demand1 hour
£3,196

Mastering Data Science and Machine Learning Fundamentals

By Packt

This course starts with the basics of data science and gradually moves towards explaining the concepts of machine learning and various data science algorithms.

Mastering Data Science and Machine Learning Fundamentals
Delivered Online On Demand1 hour 48 minutes
£33.99