Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Oracle Database 12c: SQL II - Intermediate

Price
2,100 USD
3 Days
DBOR-951
Classroom Training, Online Training
Oracle

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This Oracle Database 12c: SQL II - Intermediate course builds upon the prerequisite introductory volume from the Oracle Database 12c: SQL Expert Series and considers intermediate-level SQL topics such as writing database queries using the SQL-99 syntax and exploiting the power of built-in functions that extend the capabilities of SQL.

You will learn how to complete of an application schema definition by creating database objects such as relational views, sequences, synonyms, indexes and others to compliment the table definitions. The crucial topic of data integrity and how this is protected using declarative constraints is covered.

This course will also leave the idyllic realm of the learning environment and begin to explore such practical real-world considerations as database object security and database performance.

This course considers subjects applicable to certification as an Oracle Database Certified SQL Expert. The topics considered are included within 'Exam 1Z0-047: Oracle Database: SQL Certified Expert'. One must also complete the related volumes from the Sideris Oracle Database 12c: SQL Expert Series entitled Oracle Database 12c: SQL I – Introduction and Oracle Database 12c: SQL III - Advanced to prepare for this certification.
 

Objectives

  • This course demonstrates how one can build intermediate-level and even advanced queries using the SQL-99 join syntax, along with other advanced query topics.
  • It also considers both ANSI/ISO and native Oracle SQL built-in functions and the tremendous power that functions offer to SQL operations. It is difficult for one to use SQL within a production environment without liberal use of the built-in functions.
  • Among many other tasks, the built-in functions allow one to move beyond the use of primitive date data types and values to include timestamps, time zones and to address other realistic date and time challenges.
  • Finally, attention is given to how one completes an application schema by creating database objects to compliment table definitions. One cannot implement a production database application simply with table and column definitions but needs to create and manage views, indexes, constraints and other object types.

Audience

  • Business and non-IT professionals
  • Application designers and developers
  • Business Intelligence (BI) analysts and consumers
  • Database administrators
  • Web server administrators

Prerequisites

    • DBOR-950 Oracle Database 12c: SQL I - Introduction

Topics

  • 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
  • Using The CASE Expression
  • 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 Type 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 Relational 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
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.