Duration 1 Days 6 CPD hours This course is intended for Business decision-makers: directors (managers of managers), managers of individual contributors (ICs) or ICs working in non-IT functions/divisions (such as finance, marketing, sales, HR, product design) interested in understanding the applications of Google?s cloud technology for business improvement opportunities and transformational project(s). Through this interactive training, you?ll learn about core cloud business drivers?specifically Google?s cloud?and gain the knowledge/skills to determine if business transformation is right for you and your team, and build short and long-term projects using the ?superpowers? of cloud accordingly. You?ll also find several templates, guides, and resource links through the supplementary student workbook to help you build a custom briefing document to share with your leadership, technical teams or partners. Why cloud technology is revolutionizing business This module introduces cloud technology as a paradigm shift and explains how it?s irrevocably transforming business globally. It defines the fundamental building blocks of cloud technology?compute power and data?and what they mean for you and your business. And finally, it reveals how these building blocks help to create five superpowers using concrete use cases of their transformative abilities for business, education, and government sectors. Foster an innovation culture Cloud is not just about a technological transformation; it's a business and cultural transformation, too. This module explores how the superpowers of the cloud are brought to life through people. It looks specifically at how to organically create and scale innovation through culture and business practices. It offers key principles, drawing examples from Google?s success and real world scenarios, that you can apply in your day-to-day operations. Define the ideal business transformation challenge Previous modules describe the journey with cloud technology to include business and cultural changes as well. This module sets the groundwork to build a transformational solution using cloud technology for your role or your business. This process starts with distinguishing between scaled improvements and transformations. Next, the module demonstrates how to write an ideal challenge question and use insights generated from a data ecosystem to address the challenge. Finally, it introduces a framework that you can use to assess and refine your challenge ideas, preparing you to build a business case in a later module. Build trust with availability, security, and compliance This module addresses common concerns about data privacy and security when migrating to the cloud. It defines key terms - privacy, security, compliance, and reliability - and reveals today?s top cybersecurity challenges and threats. It discusses how data security and compliance can be maintained when data is in the cloud, as illustrated by the Shared Responsibility Model. And finally, it uses a concrete example to explain how learners can build a high-level security program in their own organization. Build a business case for your transformation challenge This module explains how to identify the most transformative solution for your business challenge. It then breaks down steps to achieve the transformational solution through creating smaller projects and plotting them onto a transformation roadmap. It describes how to use the data ecosystem you mapped in a previous module to support your overall project. Finally, it explains step by step how to build a business case and gives tips to help you pitch your project idea to gain buy-in from leadership, teams, and technical partners. Additional course details: Nexus Humans Business Transformation with Google Cloud training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Business Transformation with Google Cloud course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
Boost Your Immune System and Understanding Low Inflammation Foods Discover the connections between food and health in these interactive culinary workshops. You'll uncover the role of nutrients, sugar, fats, food types and hormones in influencing our emotions, energy levels, physical and overall mental health. Through engaging demonstrations you'll explore the power of ingredients known to boost mood and vitality and you'll gain practical tips for incorporating healthy foods into your daily diet. Whether you're seeking a diet change, a mood boost, or simply a greater understanding of the food-health connection, this workshop offers valuable insights and culinary inspiration. We will offer several foods for you to taste as part of the workshop, discuss meal planning and have a Q&A with our nutrition expert At the end of the cooking session we will eat together as a group This event includes sample recipes and a free meal kit to cook at home. £10 per ticket
This IMI qualification is designed for those personnel who in the course of their daily work may encounter damaged electric/hybrid vehicles. It contains the knowledge required to work safely around the electric/hybrid vehicles high and low voltage electrical system and electric drive train systems. On completing this qualification those personnel will have gained knowledge of both low and high voltage technologies and an understanding of their dangers. The content of this qualification has been designed to give learners the knowledge and skills required to work safely around Electric/Hybrid vehicles during emergency and recovery situations.
Duration 3 Days 18 CPD hours This course is intended for This is an introductory- level course appropriate for those who are developing applications using relational databases, or who are using SQL to extract and analyze data from databases and need to use the full power of SQL queries. Overview This course combines expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Working in a hands-on learning environment led by our expert practitioner, attendees will learn to: Maximize the potential of SQL to build powerful, complex and robust SQL queries Query multiple tables with inner joins, outer joins and self joins Construct recursive common table expressions Summarize data using aggregation and grouping Execute analytic functions to calculate ranks Build simple and correlated subqueries Thoroughly test SQL queries to avoid common errors Select the most efficient solution to complex SQL problems A company?s success hinges on responsible, accurate database management. Organizations rely on highly available data to complete all sorts of tasks, from creating marketing reports and invoicing customers to setting financial goals. Data professionals like analysts, developers and architects are tasked with creating, optimizing, managing and analyzing data from databases ? with little room for error. When databases aren?t built or maintained correctly, it?s easy to mishandle or lose valuable data. Our SQL Programming and Database Training Series provides students with the skills they require to develop, analyze and maintain data and in correctly structured, modern and secure databases. SQL is the cornerstone of all relational database operations. In this hands-on course, you learn to exploit the full potential of the SELECT statement to write robust queries using the best query method for your application, test your queries, and avoid common errors and pitfalls. It also teaches alternative solutions to given problems, enabling you to choose the most efficient solution in each situation. Introduction: Quick Tools Review Introduction to SQL and its development environments Using SQL*PLUS Using SQL Developer Using the SQL SELECT Statement Capabilities of the SELECT statement Arithmetic expressions and NULL values in the SELECT statement Column aliases Use of concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Use of the DESCRIBE command Restricting and Sorting Data Limiting the Rows Rules of precedence for operators in an expression Substitution Variables Using the DEFINE and VERIFY command Single-Row Functions Describe the differences between single row and multiple row functions Manipulate strings with character function in the SELECT and WHERE clauses Manipulate numbers with the ROUND, TRUNC and MOD functions Perform arithmetic with date data Manipulate dates with the date functions Conversion Functions and Expressions Describe implicit and explicit data type conversion Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nest multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Decode/Case Statements Using the Group Functions and Aggregated Data Group Functions Creating Groups of Data Having Clause Cube/Rollup Clause SQL Joins and Join Types Introduction to JOINS Types of Joins Natural join Self-join Non equijoins OUTER join Using Subqueries Introduction to Subqueries Single Row Subqueries Multiple Row Subqueries Using the SET Operators Set Operators UNION and UNION ALL operator INTERSECT operator MINUS operator Matching the SELECT statements Using Data Manipulation Language (DML) statements Data Manipulation Language Database Transactions Insert Update Delete Merge Using Data Definition Language (DDL) Data Definition Language Create Alter Drop Data Dictionary Views Introduction to Data Dictionary Describe the Data Dictionary Structure Using the Data Dictionary views Querying the Data Dictionary Views Dynamic Performance Views Creating Sequences, Synonyms, Indexes Creating sequences Creating synonyms Creating indexes Index Types Creating Views Creating Views Altering Views Replacing Views Managing Schema Objects Managing constraints Creating and using temporary tables Creating and using external tables Retrieving Data Using Subqueries Retrieving Data by Using a Subquery as Source Working with Multiple-Column subqueries Correlated Subqueries Non-Correlated Subqueries Using Subqueries to Manipulate Data Using the Check Option Subqueries in Updates and Deletes In-line Views Data Control Language (DCL) System privileges Creating a role Object privileges Revoking object privileges Manipulating Data Overview of the Explicit Default Feature Using multitable INSERTs Using the MERGE statement Tracking Changes in Data
Guarantee a successful career in real estate with the Real Estate Agent course training programme! Through this course, you will learn how the real estate industry works and will gain the most up-to-date skills to start building your property portfolio. Not only that, but you will gain the interpersonal skills and business skills needed to launch your career successfully and stand out from the competition. Gain an industry-recognised qualification to fast track your career and learn best practises from this best-selling bundle training program. This course is the perfect stepping stone to a successful career as an Estate Agent. Learning Outcomes Navigate the roles and responsibilities of estate agents across various sectors. Cultivate a robust method for listing and valuing properties effectively. Enhance negotiation techniques to become a formidable advocate for clients. Implement strategic time management and productivity amplifying methods. Invest in property with acumen and build a diverse, profitable portfolio. Why choose this Real Estate Agent course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Real Estate Agent course for? Novices with aspirations to penetrate the real estate industry. Seasoned professionals aiming to refresh and expand their expertise. Investors looking to enrich their knowledge of real estate transactions. Individuals pursuing skills in property portfolio expansion. Professionals desiring to elevate their persuasive communication abilities. Career path Estate Agent: £18,000 - £30,000 Property Manager: £20,000 - £35,000 Real Estate Investment Analyst: £25,000 - £55,000 Portfolio Manager: £40,000 - £70,000 Lettings Negotiator: £15,000 - £25,000 Real Estate Developer: £30,000 - £70,000+ Prerequisites This Real Estate Agent does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Real Estate Agent was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum ***Estate Agent Diploma*** Introduction to the Course Introduction to the Course - Estate Agent 00:03:00 Module 01 - Estate Agent: An Introduction Estate Agent: An Introduction 00:24:00 Module 02 - Different Types of Estate Agents Different Types of Estate Agents 00:18:00 Module 03 - Getting Started on the Job Getting Started on the Job 00:19:00 Module 04 - Listing Property: Finding the Sellers Listing Property: Finding the Sellers 00:27:00 Module 05 - Valuation Process Valuation Process 00:24:00 Module 06 - Negotiating as Estate Agent Negotiating as Estate Agent 00:15:00 Module 07 - Selling Property: Finding the Buyers Selling Property: Finding the Buyers 00:26:00 Module 08 - Letting Property Letting Property 00:34:00 Module 09 - Technology for Estate Agents Technology for Estate Agents 00:24:00 Module 10 - Regulation of Estate Agents Regulation of Estate Agents 00:16:00 Final Recap Final Recap to the Course 00:00:00 ***Time Management & Productivity Training in Real Estate*** Introduction Meet Your Instructor 00:02:00 Why Shawn as Your Instructor? - Personal Success Story 00:04:00 Roadmap to Do More Deals in Less Time 00:01:00 Time Management Trough Tempo Methodology What is Tempo Methodology? 00:02:00 The First Step to BOOSTING Productivity 00:08:00 Personal Strategy Assessment Time! 00:08:00 How to Make the Necessary Changes 00:05:00 Developing a SUCCESSFUL Game-plan 00:05:00 It's Go Time.. 00:02:00 The Tempo Methodology Machine 00:03:00 Productivity Killers - How to MINIMIZE Avoiding Your Email Inbox Nightmare 00:06:00 SILENT but DEADLY Productivity Killers 00:06:00 What are Electives? How Do We Stop Them 00:04:00 Mind Blowing Social Media Trends 00:04:00 Productivity Boosters - How to MAXIMIZE Step 1 is Always NUKE IT 00:04:00 Mastering the Art of Goal Setting 00:07:00 Prioritize - Prioritize - PRIORITIZE 00:05:00 Mini Strategies for Success! 00:04:00 Return on Time Invested (ROTI) 00:04:00 Exponentially AMPLIFY Your Time How to Manage 1,000 Clients w/ 1 Click 00:08:00 Simple Tip for Staying Focused 00:06:00 How to Wake Up Every Day Ready to Succeed 00:07:00 Simple Technique to Sleep FASTER & Feel BETTER 00:05:00 How to Increase Efficiency by 300% 00:08:00 Conclusion My Thanks to You 00:03:00 Bonus What's Next? (BONUS) 00:02:00 ***Real Estate Investment Training*** Introduction Introduction Super Real Estate Investing 00:11:00 Why Real Estate Continues to Be the Best Investment for Most People 00:13:00 Getting Amazing Deals on Properties How to buy houses for super cheap 00:21:00 How to use direct marketing to reach motivated sellers 00:16:00 How to Finance Real Estate Deals Secrets to financing all kinds of deals 00:17:00 Understanding Hard Money 00:07:00 More Hard Money Examples 00:11:00 How to Execute Effective Exit Strategies The best exit strategies in real estate 00:14:00 Secrets to wholesaling properties to other investors 00:14:00 Secrets to rehabbing the property and maximizing profit 00:07:00 Making Money with Tax Lien Certificates and Deeds Secrets to buying tax lien certificates and tax deeds 00:09:00 Building Wealth and Passive Income Through Rental Properties Buying and renting for maximum passive income 00:16:00 REI Secrets, Tips, and Tricks 00:13:00 More REI Secrets, Tips, and Tricks 00:11:00 Even more REI Secrets, Tips, and Tricks 00:09:00 Conclusion Conclusion Super Real Estate 00:06:00 ***Portfolio Building for Property*** Module: 01 Introduction 00:07:00 The answer is Property 00:05:00 Mortgage Types 00:06:00 Negative Mind Chatter 00:08:00 Module: 02 Steps in the Plan 00:06:00 Property Types 00:02:00 Set it up and Forget about it 00:07:00 Raising the Capital 00:16:00 Watch Your Cashflow 00:08:00 Look at the costs 00:09:00 Module: 03 Portfolio building strategy 00:13:00 Historic Property Cycles 00:07:00 Make your portfolio grow faster 00:08:00 Ways to Create Income 00:02:00 Understanding Inflation 00:03:00 ***Persuasion and Influencing Skills*** What Is Influence & Why is It Important! 00:06:00 The Power To influence - Beginning Concepts 00:13:00 The 6 Master Principles Of Persuasion - Part 1 00:15:00 The 6 Master Principles Of Persuasion - Part 2 00:16:00 The MUST Have Persuasion Tool! 00:09:00 Emotional Reasoning 00:06:00 MORE Powerful Tools Of Persuasion 00:17:00 Rapport Building & Reputation - Part 1 00:11:00 Rapport Building & Reputation - Part 2 00:16:00 Powerful Tools Of Persuasion - Part 1 00:13:00 Powerful Tools Of Persuasion - Part 2 00:12:00 Powerful Tools Of Persuasion - Part 3 00:15:00 Mock Exam Mock Exam - Real Estate Agent 00:20:00 Final Exam Final Exam - Real Estate Agent 00:20:00
3ds Max and Vray Training 1-2-1
Our popular Foundations in Acting Short Course London. Introduction to professional acting craft. For Beginners but also for newcommers to the industry and the Beck Emotional Access Technique.
Face to face training customised and bespoke. Online or Face to Face
This course will show you how you can use Bash shell scripting to automate repetitive tasks. With the help of exciting projects, you will cover the basic and advanced concepts and commands of shell scripting and learn how to write error-free shell scripts in Ubuntu.
This is not a single course but a set of menu options from which you can 'pick and mix' to create a draft programme yourself, as a discussion document which we can then fine-tune with you. For a day's training course, simply consider your objectives, select six hours' worth of modules and let us do the fine-tuning so that you get the best possible training result. Consider your objectives carefully for maximum benefit from the course. Is the training for new or experienced credit control staff? Are there specific issues to be addressed within your particular sector (eg, housing, education, utilities, etc)? Do your staff need to know more about the legal issues? Or would a practical demonstration of effective telephone tactics be more useful to them? Menu Rather than a generic course outline, the expert trainer has prepared a training 'menu' from which you can select those topics of most relevance to your organisation. We can then work with you to tailor a programme that will meet your specific objectives. Advanced credit control skills for supervisors - 1â2 day Basic legal overview: do's and don'ts of debt recovery - 2 hours Body language in the credit and debt sphere - 1â2 day County Court suing and enforcement - 1â2 day Credit checking and assessment - 1 hour Customer visits and 'face to face' debt recovery skills - 1â2 day Data Protection Act explained - 1â2 day Dealing with 'Caring Agencies' and third parties - 1 hour Debt counselling skills - 2 hours Elementary credit control skills for new staff - 1â2 day Granting credit and collecting debt in Europe - 1â2 day Identifying debtors by 'type' to handle them accurately - 1 hour Insolvency: Understanding bankruptcy / receivership / administration / winding-up / liquidation / CVAs and IVAs - 2 hours Late Payment of Commercial Debts Interest Act explained - 2 hours Liaison with sales and other departments for maximum credit effectiveness - 1 hour Suing in Scottish Courts (Small Claims and Summary Cause) - 1â2 day Telephone techniques for successful debt collection - 11â2 hours Terms and conditions of business with regard to credit and debt - 2 hours Tracing 'gone away' debtors (both corporate and individual) - 11â2 hours What to do if you/your organisation are sued - 1â2 day Other topics you might wish to consider could include: Assessment of new customers as debtor risks Attachment of Earnings Orders Bailiffs and how to make them work for you Benefit overpayments and how to recover them Cash flow problems (business) Charging Orders over property/assets Credit policy: how to write one Council and Local Authority debt recovery Consumer Credit Act debt issues Using debt collection agencies Director's or personal guarantees Domestic debt collection by telephone Exports (world-wide) and payment for Emergency debt recovery measures Education Sector debt recovery Forms used in credit control Factoring of sales invoices Finance Sector debt recovery needs Third Party Debt Orders (Enforcement) Government departments (collection from) Harassment (what it is - and what it is not) Health sector debt recovery skills Hardship (members of the public) Insolvency and the Insolvency Act In-house collection agency (how to set up) Instalments: getting offers which are kept Judgment (explanation of types) Keeping customers while collecting the debt Late payment penalties and sanctions Letter writing for debt recovery Major companies as debtors Members of the public as debtors Monitoring of major debtors and risks Negotiation skills for debt recovery Old debts and how to collect them Out of hours telephone calls and visits Office of Fair Trading and collections Oral Examination (Enforcement) Pro-active telephone collection Parents of young debtors Partnerships as debtors Positive language in debt recovery Pre-litigation checking skills Power listening skills Questions to solicit information Retention of title and 'Romalpa' clauses Sale of Goods Act explained Salesmen and debt recovery Sheriffs to enforce your judgment Students as debtors Statutory demands for payment Small companies (collection from) Sundry debts (collection of) Terms and Conditions of Contract Tracing 'gone away' debtors The telephone bureau and credit control Taking away reasons not to pay Train the trainer skills Utility collection needs Visits for collection and recovery Warrant of execution (enforcement)