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 11g R2 SQL Complete

Price
3,500 USD
5 Days
DBOR-917
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 11g R2 SQL Complete course is designed to prepare students for the Oracle certification exams (OCP).

To prepare for the 'Exam 1Z0-047: Oracle Database: SQL Certified Expert' certification, one must complete this course as well as the course DBOR-921 ORACLE DATABASE 11G: NEW & ADVANCED FEATURES FOR DEVELOPERS.
 

Objectives

The objective of this course is to provide an introduction to the SQL database language within the context of an Oracle database, based upon the latest features available. The primary objective of this course is to consider advanced subjects and techniques pertaining to the SQL database language, based upon the latest features available with the Oracle release. Even professionals experienced in other implementations of the industry-standard SQL language will benefit from the advanced and Oracle-specific features of SQL discussed in this course.
 

Audience

The target audience for this training course is all Oracle professionals, both business and systems professionals, who wish to pass the Oracle certification exams and need a 'how to' guide to acquire the knowledge of SQL. Further, this course is well suited for non-Oracle professionals already experienced in the SQL but who wish to become acquainted with the unique and advanced features of Oracle SQL. Among the specific groups for whom this course will be helpful are application developers and database administrators.
 

Prerequisites

    No mandatory prerequisites exist for this course. However, one or more of the following courses are suggested prerequisites: ENTERPRISE ARCHITECTURES FOR EXECUTIVES DATA MODELING: LOGICAL DATABASE DESIGN
     

Topics

  • RELATIONAL DATABASES & SQL
    • ABOUT relational databases
    • ELEMENTS of SQL
  • CHOOSING A SQL& PL/SQL INTERFACE
    • ABOUT database connections
    • ABOUT bind variables
    • USING SQUL developer
    • USING SQL*plus
    • USING application express
  • BUILDING A SELECT STATEMENT
    • ABOUT the select statement
    • USING alias names
  • RESTRICTING DATA WITH THE WHERE CLAUSE
    • ABOUT logical operations
    • EQUALITY operator
    • BOOLEAN operators
    • NULL & between operators
    • IS (not) null operator
    • (NOT) between operator
    • FINDING text strings
    • (NOT) like operator
    • REGEXP_like()
    • IN operator
    • ABOUT the order by clause
    • MULTIPLE column sorts
    • SPECIFYING the sort sequence
    • ABOUT null values within sorts
    • USING column aliases
    • PSEUDO columns & functions
    • USING rowed
    • USING rownum
    • USING the functions
    • SYSDATE
    • USER & IUD
    • USING the dual table
    • SESSIONTIMEZONE function
    • JOINING tables
    • ABOUT joins
    • INNER join
    • REFLEXIVE join
    • NON-KEY join
    • OUTER join
  • USING THE SET UP OPERATORS
    • ABOUT the set operators
    • SET operator examples
  • SUMMARY FUNCTIONS
    • ABOUT summary functions
    • SUMMARY operator examples
  • USING SUB-QUERIES
    • ABOUT sub-queries
    • STANDARD sub-queries
    • CORRELATED sub-queries
  • AGGGREGATING DATA WITHIN GROUPS
    • ABOUT summary groups
    • FINDING groups within the base tables
    • SELECTIONS data from the base tables
    • SELECTIONG groups from the result tables
  • BUILD SIMPLE SQL*PLUS RESORTS
    • FORMAT column output with column
    • DEFINING report breaks with break
    • PRODUCE subtotals with compute
  • USE DATA DEFINITION LANGUAGE TO CREATE & MANAGE TABLES
    • CREATE table statement
    • NOT null
    • DEFAULT
    • ALTER table statement
    • DROP table statement
    • SUPPORTIVE statements
    • DESCRIBE
    • RENAME
  • USE DATA MANIPULATION LANGUAGE TO MANIPULATE DATA
    • ABOUT the insert statement
    • ABOUT the delete statement
    • ABOUT the update statement
    • ABOUT transactions
    • ROLLBACK
    • COMMIT
    • SAVEPOINT
    • SET transaction
    • TRUNCATE table
    • COMPLEX table references
  • APPENDIX A
    • REFERENCE information
    • SQL DDL statement reference
    • SQL DML statement reference
    • SQL transaction control statement reference
    • SQL operators reference
  • SQL99 JOIN TECHNIQUES
    • CROSS joins
    • NATURAL joins
    • INNER joins
    • OUTER joins
    • ANTI joins
    • USING named subqueries
  • ENHANCING GROUPS WITH ROLLUP & CUBE
    • USING rollup
    • USING cube
  • USING THE CASE EXPRESSION SQL FUNCTIONS:
    • CHARACTER
    • STRING formatting functions
    • ASCII codes functions
    • PAD &trim functions
    • STRING manipulation functions
    • STRING comparison functions
    • PHONETIC search functions
  • SQL FUNCTIONS: NUMERIC:
    • ABOUT the numeric functions
    • NULL value functions
  • SQL FUNCTIONS: DATE
    • DATE format functions
    • DATE arithmetic functions
  • DATABASE OBJECTS: RELATIONAL VIEWS
    • ABOUT database objects
    • ABOUT relational views
    • UPDATING view data
    • MAINTAINING view definitions
    • ALTER view
    • DROP view
  • DATABASE OBJECTS: DATA DICTIONARY STORAGE
    • ABOUT the data dictionary
    • OBJECT-specific dictionary views
    • USER_updatable_columns
    • UNDERSTAND the data dictionary structure
  • DATABASE OBJECTS: INDEXES
    • ABOUT indexes
    • USE B-tree indexes
  • DATABASE OBJECTS: OTHER OBJECTS
    • MORE about creating tables
    • ABOUT sequences
    • ALTER sequence & drop sequence
    • ALTER sequence
    • DROP sequence
    • ABOUT synonyms
    • CREATE schema authorization
  • DATABASE OBJECTS: SECURITY
    • USER passwords
    • OBJECT security
  • DATA INTEGRITY USING CONSTRAINTS
    • ABOUT constraints
    • NOT null constraint
    • CHECK constraint
    • UNIQUE constraint
    • PRIMARY key constraint
    • REFERENCES constraint
    • DEFINING constraints on existing tables
  • MANAGING CONSTRAINT DEFINITIONS
    • RENAMING & dropping constraints
    • ENABLING & disabling constraints
    • DEFERRED enforcement
    • SET constraints
    • HANDLING constraint exceptions
    • CONSTRAINTS with views
    • DATA dictionary storage
  • ADVANCED SQL*PLUS REPORTS
    • BREAK
    • COMPUTE
    • COLUMN
    • TTITLE & BTITLE
  • OPTIONAL-ADVANCED SQL*PLUS REPORTS
    • REPORT-1
    • REPORT-2
    • SOLUTIONS
    • REPORT-1
    • REPORT-2
  • OPTIONAL-BUILDING SQL*PLUS SCRIPTS
    • USING SQL*plus variables
    • DEFINE and undefined
    • ACCEPT
    • PROMPT
    • PAUSE
  • OPTIONAL -SQL*PLUS SESSION CONTROL
    • CONTROLLING system variables
    • SET
    • SHOW
  • 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.