Oracle SQL Fundamentals

5 Day Course
Hands On
Code OSF

Book Now - 2 Delivery Methods Available:

Classroom Virtual Classroom Private Group - Virtual Self-Paced Online

Overview

The Oracle SQL Fundamentals course is designed to give delegates practical experience in writing Oracle SQL statements and scripts. A wide range of SQL functions and data manipulation statements are introduced.

The Oracle SQL Fundamentals course covers the major topics required for the following Oracle examination:

  • Oracle Database SQL Fundamentals 1Z0-071

Before taking this exam, ensure you have the recommended experience. The Oracle website lists all exam requirements and these are updated regularly.

This exam is not included as part of the course.

Objectives

The delegate will learn and acquire skills as follows:

  • Creating Oracle SQL statements to query database tables
  • Using standard aggregate functions and related SELECT statement clauses
  • Implementing extended SQL functions
  • Joining Tables
  • Using subqueries
  • Using SQL parameters
  • Creating and altering tables and views
  • Inserting, updating and deleting rows in database tables
  • Managing sequences and synonyms
  • Retrieving Data Using Correlated Subqueries, In-Line Views and Multi-Column Subqueries
  • Using the WITH Clause
  • Inserting and Updating Rows Using Complex Subqueries
  • Creating Hierarchical Queries
  • Creating Analytic Queries
  • Using ROLLUP, CUBE and GROUPING SETS Group By Enhancements
  • Implementing the GROUPING and GROUPING_ID Functions
  • Managing Large Data Sets
  • Inserting Data Conditionally and Unconditionally
  • Merging Rows in a Table
  • Creating TIMESTAMP and INTERVAL Datatypes
  • Using TIMESTAMP, TIMEZONE and INTERVAL Functions and Literals
  • Using Regular Expressions and Implementing Related Functions
  • Managing Objects with the Data Dictionary
  • Managing Schema Objects
  • Performing Flashback Operations
  • Creating and Using External Tables
  • Controlling User Access to Database Objects

Target Audience

Anyone who needs to use and understand Oracle SQL to query and update data in an Oracle database.

Additional Information

  • Course technical content is subject to change without notice.
  • Course content is structured as sessions, this does not strictly map to course timings. Concepts, content and practicals often span sessions.

Training Partners

We work with the following best of breed training partners using our bulk buying power to bring you a wider range of dates, locations and prices.

Modules

Collapse all

Relational Database Concepts (6 topics)

  • What is an Oracle Database
  • Relational Database Structures
  • Tables, Rows and Columns
  • Indexes, Primary Keys and Foreign Keys
  • Supported Datatypes
  • The Data Dictionary

Using SQL*Plus (8 topics)

  • What is SQL*Plus
  • Getting Started
  • Entering and Executing SQL Statements
  • The SQL*Plus Command Line History
  • Editing SQL Statements
  • The login.sql File
  • Creating, Editing and Executing SQL Files
  • The SQLcl Utility

Using SQL Developer (6 topics)

  • What is Oracle SQL Developer
  • Starting SQL Developer
  • Configure a Connection
  • Navigation Tabs
  • SQL Worksheet
  • Query Builder

Retrieving Data With the Select Statement (10 topics)

  • The SELECT Statement
  • The SELECT and FROM Clauses
  • Conditions and the WHERE Clause
  • Other Conditional Operators
  • Logical Operators
  • The ORDER BY Clause
  • Column Aliases
  • Arithmetic Expressions
  • Precedence of Operators
  • Markup CSV

Aggregate Functions (3 topics)

  • Overview of Built In Aggregate Functions
  • The GROUP BY Clause
  • The HAVING Clause

Joining Tables (6 topics)

  • Overview of Table Joins
  • Inner Joins
  • Table Aliases
  • Outer Joins
  • Self Joins
  • ANSI Standard Joins

Basic Subqueries and Set Operators (4 topics)

  • Overview of Subqueries
  • Basic Subqueries
  • Set Operators
  • The Union, Intersect and Minus Operators

Numeric, Character and Date Functions (6 topics)

  • Function Types
  • Using the Table dual to try out Functions
  • Numeric Functions
  • Character Functions
  • String Concatenation
  • Date Arithmetic and Date Functions

Conversion and Miscellaneous Functions (5 topics)

  • Conversion Functions
  • The NVL and NVL2 Functions
  • The DECODE Function
  • CASE Expressions
  • The COALESCE and NULLIF Functions

SQL Parameters (3 topics)

  • Command Line Substitution Parameters
  • The Accept Command
  • The Define and Undefine Commands

Complex Subqueries (8 topics)

  • Subqueries Usage
  • In-Line Views
  • Top-N Queries
  • Subqueries with Joins
  • Multi Column Subqueries
  • Correlated Subqueries
  • Subquery Rules
  • Using the ANY, ALL and SOME Operators

Managing Data (9 topics)

  • Inserting Rows
  • Updating Rows
  • Deleting Rows
  • Verifying Updates
  • Transaction Control
  • Commit and Rollback
  • Savepoints
  • Commits and Constraints
  • Amending Data in SQL Developer

Managing Tables (6 topics)

  • Creating Tables
  • Specifying Constraints
  • Altering Tables, Columns and Constraints
  • Dropping Tables, Columns and Constraints
  • Recovering Dropped Tables
  • Copying Tables

Managing Indexes and Views (6 topics)

  • Creating Indexes
  • Dropping Indexes
  • Listing Indexes
  • Creating and Using Views
  • Dropping Views
  • Listing Views

Managing Sequences and Synonyms (4 topics)

  • Create a Sequence
  • View Sequence Details
  • Create a Synonym
  • List Synonyms

Access Control (4 topics)

  • System Privileges and Roles
  • Create Users
  • Alter User Details
  • Grant and Revoke Object Privileges

Retrieve Data Using Subqueries (8 topics)

  • ANY, ALL or SOME Operators
  • Correlated Subqueries
  • In-Line Views
  • The Exists Operator
  • The WITH Clause
  • Multi-Column Subqueries
  • Insert and Update Using a Query
  • Correlated Update and Delete

Hierarchical Queries (5 topics)

  • Hierarchical data
  • The START WITH and CONNECT BY clauses
  • The LEVEL pseudo-column
  • Sequencing the output
  • Eliminating nodes and branches

Enhanced Grouping Features (4 topics)

  • Review of basic grouping concepts
  • The ROLLUP and CUBE extensions
  • The GROUPING SETS extension
  • Using the GROUPING and GROUPING_ID functions

Analytic Queries (6 topics)

  • Ranking functions
  • The NTILE and WIDTH_BUCKET functions
  • Analytic Aggregate functions
  • The FIRST and LAST Value functions
  • The LEAG and LAG Functions
  • The LISTAGG Function

Manage Large Data Sets (5 topics)

  • Multi-table Inserts
  • Conditional and Unconditional Inserts
  • Merging Data into a Table
  • Table and View Based Merge
  • A Sub Query Based Merge

Flashback Technology (10 topics)

  • Flashback Query
  • The AS Clause
  • Flashback Table
  • Flashback Drop
  • Session 23: REGULAR EXPRESSION SUPPORT
  • Regular Expression Notation
  • Character matching
  • Repetition operators
  • Sub expression grouping
  • Regular expression functions

Regular Expression Support (5 topics)

  • Regular Expression Notation
  • Character matching
  • Repetition operators
  • Sub expression grouping
  • Regular expression functions

Manage Objects With the Data Dictionary (3 topics)

  • The Data Dictionary
  • Useful Data Dictionary Tables
  • Using the Data Dictionary

Advanced Schema Management (5 topics)

  • Virtual columns
  • Invisible columns
  • Default values for table columns
  • Function Based Indexes
  • Creating and Using External Tables

Data, Time and Timezone Support (5 topics)

  • Date, Timestamp and Interval datatypes
  • Handling dates and times
  • Handling intervals
  • Date, timestamp and interval functions and literals
  • Related NLS parameters

Prerequisites

There are no formal pre-requisites for the Oracle SQL Fundamentals course, although an understanding of databases and exposure to information technology in general would be useful.

Scheduled Dates

Please select from the dates below to make an enquiry or booking.

Pricing

Different pricing structures are available including special offers. These include early bird, late availability, multi-place, corporate volume and self-funding rates. Please arrange a discussion with a training advisor to discover your most cost effective option.

Code Location Duration Price Jun Jul Aug Sep Oct Nov
OSF
Virtual Classroom (London)
5 Days $2,545

Course PDF

Print

Share this Course

Share

Recommend this Course

Sections