Skill Up Card - Course Bundles

Pricing is per delegate, giving you huge savings over the cost of individual courses.

  • UK = £2,000 + VAT per Skill Up Card
  • Ireland = €2,400 per Skill Up Card
skill up card logo - Nexus Human

Oracle 12c SQL Fundamentals

4.6 out of 5 rating Last updated 14/11/2024   English

Jump to outline

Click "Enquire" below to find out more about this course

Interested in available dates? Would like to book a private session of this course for your company? Or for any other queries please simply fill out the form below.


Duration

5 Days

30 CPD hours

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.

Description

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
  • FETCHPERCENT 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 TABLEGENERATED AS IDENTITY
  • ALTER TABLEGENERATED 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 TABLETABLESPACE
  • 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.

FAQ for the Oracle 12c SQL Fundamentals Course

Available Delivery Options for the Oracle 12c SQL Fundamentals training.
  • Live Instructor Led Classroom Online (Live Online)
  • Traditional Instructor Led Classroom (TILT/ILT)
  • Delivery at your offices in London or anywhere in the UK
  • Private dedicated course as works for your staff.
How many CPD hours does the Oracle 12c SQL Fundamentals training provide?

The 5 day. Oracle 12c SQL Fundamentals training course give you up to 30 CPD hours/structured learning hours. If you need a letter or certificate in a particular format for your association, organisation or professional body please just ask.

What is the correct audience for the Oracle 12c SQL Fundamentals training?

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

Do you provide training for the Oracle 12c SQL Fundamentals.

Yes we provide corporate training, dedicated training and closed classes for the Oracle 12c SQL Fundamentals. This can take place anywhere in UK including, England, Scotland, Cymru (Wales) or Northern Ireland or live online allowing you to have your teams from across UK or further afield to attend a single training event saving travel and delivery expenses.

What is the duration of the Oracle 12c SQL Fundamentals program.

The Oracle 12c SQL Fundamentals training takes place over 5 day(s), with each day lasting approximately 8 hours including small and lunch breaks to ensure that the delegates get the most out of the day.

Why are Nexus Human the best provider for the Oracle 12c SQL Fundamentals?
Nexus Human are recognised as one of the best training companies as they and their trainers have won and hold many awards and titles including having previously won the Small Firms Best Trainer award, national training partner of the year for UK on multiple occasions, having trainers in the global top 30 instructor awards in 2012, 2019 and 2021. Nexus Human has also been nominated for the Tech Excellence awards multiple times. Learning Performance institute (LPI) external training provider sponsor 2024.
Is there a discount code for the Oracle 12c SQL Fundamentals training.

Yes, the discount code PENPAL5 is currently available for the Oracle 12c SQL Fundamentals training. Other discount codes may also be available but only one discount code or special offer can be used for each booking. This discount code is available for companies and individuals.

Jump to dates

Training Insurance Included!

When you organise training, we understand that there is a risk that some people may fall ill, become unavailable. To mitigate the risk we include training insurance for each delegate enrolled on our public schedule, they are welcome to sit on the same Public class within 6 months at no charge, if the case arises.

What people say about us


Top

}