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

20495 Courses

Diploma in Social Housing Management - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Social Housing Management  - Level 5 (QLS Endorsed)
Delivered Online On Demand3 hours
£15

Diploma in Pharmacy Skills - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Pharmacy Skills - Level 5 (QLS Endorsed)
Delivered Online On Demand10 hours
£15

Diploma in Building Surveyor Training - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Building Surveyor Training  - Level 5 (QLS Endorsed)
Delivered Online On Demand3 hours
£15

Diploma in English Literature -Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in English Literature  -Level 5 (QLS Endorsed)
Delivered Online On Demand11 hours
£15

Advanced Diploma in Care Assistant Training - Level 7 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Advanced Diploma in Care Assistant Training - Level 7 (QLS Endorsed)
Delivered Online On Demand7 hours
£15

Advanced Diploma in Speech Therapy and SEN Teaching Assistant - Level 7 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Advanced Diploma in Speech Therapy and SEN Teaching Assistant  - Level 7 (QLS Endorsed)
Delivered Online On Demand4 weeks
£15

Diploma in Customer Service - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Customer Service  - Level 5 (QLS Endorsed)
Delivered Online On Demand19 hours
£15

Data Protection (GDPR), Cyber Security & IT Security - CPD Certified

5.0(3)

By School Of Health Care

Data Protection: Data Protection Course Online If you want to learn about Data Protection: Data Protection Course and become an expert in the field, you have arrived at the right place. The Data Protection: Data Protection Course contains all major GDPR topics in several lectures to help you learn more. Industry experts designed this Data Protection: Data Protection Course to enable you to learn quickly and efficiently and at your own pace and convenience. This Data Protection: Data Protection Course also covers the UK's implementation of the General Data Protection: Data Protection Course Regulation Act. Data Protection: Data Protection Course aims to equip people and businesses with knowledge of the GDPR's obligations and measures. They must take to follow the regulation. The Data Protection: Data Protection Course Training seeks to educate individuals on their data rights and the obligations of organizations when it comes to collecting, processing, and keeping personal data. The Data Protection: Data Protection Course also includes best data protection, privacy practices, and advice on addressing data breaches and other problems. Main Course: GDPR Training Course Free Courses: Course 01: Security Management Diploma Course 02: Level 5 Diploma in Cyber Security Course 03: IT Security [ Note: Free PDF certificate as soon as completing the Data Protection: Data Protection Course] Data Protection: Data Protection Course Online This Data Protection: Data Protection Course also covers the UK's implementation of the General Data Protection Regulation Act. Data Protection: Data Protection Course aims to equip people and businesses with knowledge of the GDPR's obligations and measures. They must take to follow the regulation. This Data Protection: Data Protection Course consists of 09 modules. Assessment Method of Data Protection: Data Protection Course After completing each module of the Data Protection: Data Protection Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Data Protection: Data Protection Course After completing the MCQ/Assignment assessment for this Data Protection: Data Protection Course, you will be entitled to a Certificate of Completion from Training Tale which is completely free to download. Who is this course for? Data Protection: Data Protection Course Online This Data Protection: Data Protection Course is open to everyone, Requirements Data Protection: Data Protection Course Online To enrol in this Data Protection: Data Protection Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Data Protection: Data Protection Course. Be energetic and self-motivated to complete our Data Protection: Data Protection Course. Basic computer Skill is required to complete our Data Protection: Data Protection Course. If you want to enrol in our Data Protection: Data Protection Course, you must be at least 15 years old. Career path Data Protection: Data Protection Course Online

Data Protection (GDPR), Cyber Security & IT Security - CPD Certified
Delivered Online On Demand22 hours
£12

Oracle 12c SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The target audience for this textbook is all Oracle professionals, both business and systems professionals. Among the specific groups for whom this textbook will be helpful are: ? Business and non-IT professionals ? Application designers and database developers ? Business Intelligence (BI) analysts and consumers ? Database administrators ? Web server administrators Overview The first portion of this textbook considers the logical models upon which a relational database is based and the various configurations and environments in which you may work with the Oracle database. The next segment focuses on the actual SQL syntax for writing database queries. You will begin with the simplest of queries and then proceed onto moderately complex query scenarios. Finally, this textbook covers the DDL, DML and transaction control portions of the SQL language that allow one to create, maintain and manipulate application database objects and application data. This textbook takes a unique approach to SQL training in that it incorporates data modeling theory, relational database theory, graphical depictions of theoretical concepts and numerous examples of actual SQL syntax into one learning vehicle. Relational Databases & Data Models About Data Models About the Relational Model The Electronics Data Model About the Relational DBMS Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper Using the Database Interface About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Introduction to the SQL Language About the SQL Language Characteristics of SQL Introducing SQL Using Select SQL Rules The Select Statement The Select Statement Distinct/Unique Keyword Using Alias Names Restricting Results with the Where Clause About Logical Operators Equality Operator Boolean Operators REGEXP_LIKE() In Operator Sorting Data with the Order By Clause About the Order by Clause Multiple Column Sorts Specify the Sort Sequence About Null Values within Sorts Using Column Aliases Pseudo Columns, Functions & Top-N Queries Rowid Pseudo Column ORA_ROWSCN PSEUDO Column ROWNUM Pseudo Column About the Built-In Functions SYSDATE User & UID SESSIONTIMEZONE Function Using the Dual Table Row Limiting & Top-N Queries FETCH First x Rows Only Clause OFFSET x Rows Clause FETCH?PERCENT Clause The WITH TIES Option Joining Tables About Joins Inner Joins Reflexive Join Non-Key Join Outer Join Using the Set Operators About the Set Operators SQL Set Operator Examples UNION Example INTERECT Example MINUS Example UNION All Summary Functions Using Sub-Queries Finding Data with Sub-Queries Standard Sub-Queries Correlated Sub-Queries The EXISTS Operator Aggregating Data within Groups About Summary Groups Find Groups within the Tables Select Data From the Base Tables Select Groups from the Results Use DDL to Create & Manage Tables Create Table Statement Column Data Types Not Null Default Describe Alter Table Statement Drop Table Statement Table DDL Using SQL Developer Alter User Statement Alter Session Statement NLS_Language NLS_Date Use DML to Manipulate Data The Insert Statement The Delete Statement The Update Statement About Transactions Transaction Rollback Transaction Commit Transaction Savepoint The Set Transaction Statement Set Transaction Read Only Statement Rules Understanding the Data Models The Company Data Model The Electronics Data Model About the SQL-99 Standard SQL-92 & SQL-99 Cross Joins Natural Joins Inner Joins Implicit Inner Join Outer Joins Anti Joins Named Sub-Queries Enhancing Groups with Rollup & Cube Using Rollup The Grouping() Function Using Cube SQL Functions: Character Handling What are the SQL Functions? String Formatting Functions UPPER(), LOWER() Example INITCAP() Example Character Codes Functions CHR((), ASCII() Examples PAD & TRIM Functions RPAD() Example RTRIM() Example TRIM() Example String Manipulation Functions DECODE () Example SUBSTR() Example INSTR() Example TRANSLATE() Example REPLACE() Example String Comparison Functions LEAST() Example Phonetic Search Function SOUNDEX() Example SQL Functions: Numeric Handling About the Numeric Data Functions GREATEST() Example ABS() Example ROUND() Example TRUNC() Example SIGN() Example TO_NUMBER() Example & Data ype Conversions NULL VALUES FUNCTIONS NVL() & NVL2() Function NVL() Example (Character) NVL() Example (Numeric Loss of Data) NVL() Example (Numeric Output) NVL2() Example COALESCE() Function NULLIF() Function SQL Functions: Date Handling Date Formatting Functions TO_CHAR() & TO_DATE() Format Patterns TO_CHAR() Examples TO_DATE() Examples EXTRACT() Example Date Arithmetic Functions MONTHS_BETWEEN() Example ADD_MONTHS() Example LAST_DAY() Example NEXT_DAY() Example TRUNC(), ROUND() Dates Example NEW_ TIME() Example About V$TIMEZONE_NAMES CAST() FUNCTION & TIME ZONES Database Objects: About Database Objects About Database Objects About Schemas Making Object References Database Objects: Relational Views About Relations Views The Create View Statement Why Use Views? Accessing Views with DML Maintaining View Definitions Alter View Drop View DDL Using SQL Developer Database Objects: Indexes About Indexes Create & Drop Index Statements Indexes & Performance Data Dictionary Storage Database Objects: Creating Other Objects About Sequences Referencing NEXTVAL Referencing CURRVAL Within the DEFAULT Clause Alter Sequence & Drop Sequence ALTER SEQUENCE DROP SEQUENCE About Identity Columns CREATE TABLE?GENERATED AS IDENTITY ALTER TABLE?GENERATED AS IDENTITY Start With Limit Value ALTER TABLE...DROP IDENTITY About Synonyms CREATE & DROP SYNONYM Statements CREATE SYNONYM DROP SYNONYM Public Vs Private Synonyms CREATE SCHEMA AUTHORIZATION Database Objects: Object Management Using DDL The RENAME Statement TABLESPACE Placement CREATE TABLE?TABLESPACE The Comment Statement The TRUNCATE TABLE Statement Database Objects: Security About Object Security Grant Object Privileges Revoke Object Privileges Object Privileges & SQL Developer Data Integrity Using Constraints About Constraints NOT NULL Constraint NOT NULL Example CHECK Constraint UNIQUE Constraint PRIMARY KEY Constraint REFERENCES Constraint ON DELETE CASCADE Example ON DELETE SET NULL Example Constraints on Existing Tables Constraints & SQL Developer Managing Constraint Definitions RENAMING & DROPPING Constraints ENABLING & DISABLING Constraints DEFERRED Constraint Enforcement SET CONSTRAINTS Handling Constraint Exceptions Constraints with Views DATA Dictionary Storage The Data Dictionary Structure More About the Data Dictionary OBJECT-SPECIFIC Dictionary Views USER_UPDATABLE_COLUMNS The Dictionary Structure METADATA & SQL Developer Additional course details: Nexus Humans Oracle 12c SQL Fundamentals 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 Oracle 12c SQL Fundamentals 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.

Oracle 12c SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Transport Manager: Successful Transport Management - CPD Certified

5.0(3)

By School Of Health Care

Transport Manager: Transport Manager Course Online Unlock the Power of Transport Manager: Transport Manager Course: Enrol Now! Are you passionate about the transportation industry? Do you aspire to become a skilled transport manager, leading successful logistics operations? Look no further! Our Transport Manager: Transport Manager Course is designed to equip you with the knowledge and skills needed to excel in this exciting field. In this Transport Manager: Transport Manager Course, you will gain a solid foundation in transport management by exploring key concepts, principles, and best practices. Understand the role of a transport manager and the impact they have on the overall success of transportation operations. With this Transport Manager: Transport Manager Course get a comprehensive understanding of managing passenger road transport and the implementation of effective passenger safety measures. Take this Transport Manager: Transport Manager Course and explore the world of Rail freight Management, Ports And Inland Water Ways Management. This Transport Manager: Transport Manager Course will also help you to learn about Airlines Transport management. Enroll in our Transport Manager: Transport Manager Course today and unlock exciting career opportunities in transport management. Don't miss out on this opportunity to enhance your skills and boost your professional growth as a Transport Manager. Main Course: Transport Manager Course Free Courses included with Transport Manager: Transport Manager Course Course 01: Supply Chain Management Course 02: Operations Management Course 03: Warehouse Special Offers of this Transport Manager: Transport Manager Course: This Transport Manager: Transport Manager Course includes a FREE PDF Certificate. Lifetime access to this Transport Manager: Transport Manager Course Instant access to this Transport Manager: Transport Manager Course 24/7 Support Available to this Transport Manager: Transport Manager Course [ Note: Free PDF certificate as soon as completing Transport Manager: Transport Manager Course] Transport Manager: Transport Manager Course Online This Transport Manager: Transport Manager Course consists of 11 modules. Course curriculum of Transport Manager Course Module 01: Understanding Transport Management Module 02: Logistics Strategy & Operations Module 03: Transport Manager And Management Module 04: The UK’s Travel Infrastructure - Road and rail Module 05: Road Freight Module 06: Passenger Road Transport Management Module 07: Rail freight Management Module 08: Ports And Inland Water Ways Management Module 09: Airlines Transport management Module 10: Trend And Challenges Module 11: Health And Safety Management Assessment Method of Transport Manager: Transport Manager Course After completing Transport Manager: Transport Manager Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Certification of Transport Manager: Transport Manager Course After completing the Transport Manager: Transport Manager Course, you can instantly download your certificate for FREE. Who is this course for? Transport Manager: Transport Manager Course Online This Transport Manager: Transport Manager Course is open to everyone. Requirements Transport Manager: Transport Manager Course Online To enrol in this Transport Manager: Transport Manager Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Transport Manager: Transport Manager Course. Be energetic and self-motivated to complete our Transport Manager: Transport Manager Course. Basic computer Skill is required to complete our Transport Manager: Transport Manager Course. If you want to enrol in our Transport Manager: Transport Manager Course you must be at least 15 years old. Career path Transport Manager: Transport Manager Course Online After completing this Transport Manager: Transport Manager Course, you may able to pursue a variety of promising career opportunities, such as: Supply chain management transportation coordinator, fleet manager, logistics manager transportation operations manager transportation director senior logistics analyst transportation consultant.

Transport Manager: Successful Transport Management - CPD Certified
Delivered Online On Demand25 hours
£12