Discover Classes. Earn 10% Rewards.

Oracle Database 11g: SQL Fundamentals Course is unfortunately unavailable

Thankfully we have 12 other SQL Classes for you to choose from. Check our top choices below or see all classes for more options.

SQL Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the art of turning raw data into actionable insights with SQL queries. This hands-on course will teach you how to filter, group, and join data, as well as use advanced techniques like subqueries and aggregate functions. Gain the skills to excel in any data-driven industry and make more informed decisions.

(373) All levels 18 and older
$975

3 sessions

Gift it!

SQL Private Training

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Unlock the power of databases with personalized SQL training. Master the art of querying, filtering, and aggregating data using PostgreSQL, gaining essential skills applicable across various database platforms. Transform

(373) All levels 13 and older

Data Analytics Technologies Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

In this course, students will master Excel, SQL, and Tableau, some of the top data analytics tools. Here, students will gain the skills to organize, analyze, summarize, and visualize data, presenting actionable insights for effective decision-making. Comprehensive classroom training in Midtown Manhattan.

(373) All levels 18 and older
$1,949

8 sessions

Gift it!

SQL Bootcamp (PostgreSQL)

NYIM Training @ 185 Madison Ave, New York, NY & Virtually Online

Discover how to transform raw data into actionable insights using SQL queries in this hands-on PostgreSQL course. Learn to filter, aggregate, and join data to extract the specific information you need. Gain a valuable skill that will give you a larger role in decision-making in any industry.

(742) All levels 18 and older
$975

2 sessions

Gift it!

SQL Level 1

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Unlock the power of SQL and relational databases with this comprehensive course. Learn how to write SQL queries, filter results, and combine data from multiple tables, all while gaining a strong foundation in database architecture. Master the fundamentals of SQL at Noble Desktop.

(373) Beginner 18 and older
$350

2 sessions

Gift it!
See all SQL classes NYC

Oracle Database 11g: SQL Fundamentals Course

  • Beginner
  • 18 and older
  • $2,995
  • Earn 29,950 reward points
  • Price Lock Guarantee
  • 33 Wood Avenue S, Iselin, NJ
  • over 5 sessions

Start Dates (0)

  • $2,995
  • over 5 sessions
  • All classes are live, hands-on training via remote instructor.
Showing 10 of 0

Class Description

Description

What you'll learn in this sql class:

This course is a common starting point in the Oracle database curriculum for administrators, developers and business users. 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.

Target Audience
The target audience for this course is all Oracle professionals, both business and systems professionals. Among the specific groups for whom this course will be helpful are:
• Application designers and developers
• Database administrators
• Business users and non-technical senior end users

Course Prerequisites
No mandatory prerequisites exist for this course.

Special Notes
Instructor will project an electronic copy of Oracle 12c SQL Fundamentals student guide for lecture. All students will receive the 12c version of the student materials whether they are using Oracle 12c or 11g. The instructor will identify the small number of syntax examples that work in 12c only. Although the student guide is labeled 12c , it’s also updated to use the new SQL Developer user interface which students would now be using with either Oracle 11g or 12c databases. In addition, the 12c course material covers the topics For the new exam as the older 11g SQL exam is no longer being offered. Students will use the version of Oracle they've chosen for their hands-on labs.

Certification Examination
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 companion volume ORACLE DATABASE 11G: SQL FUNDAMENTALS II and the course ORACLE DATABASE 11G: NEW & ADVANCED FEATURES FOR DEVELOPERS to prepare for this certification.

Contents

RELATIONAL DATABASES & SQL
• ABOUT RELATIONAL DATABASES
• ELEMENTS OF SQL

CHOOSING A SQL & PL/SQL INTERFACE
• ABOUT DATABASE CONNECTIONS
• ABOUT BIND VARIABLES
• USING SQL 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 OPERATORS
• EQUALITY OPERATOR
• BOOLEAN OPERATORS
• NULL & BETWEEN OPERATORS
• IS [NOT] NULL Operator
• [NOT] BETWEEN Operator
• FINDING TEXT STRINGS
• [NOT] LIKE Operator
• REGEXP_LIKE()
• IN OPERATOR

SORTING DATA WITH THE ORDER BY CLAUSE
• ABOUT THE ORDER BY CLAUSE
• MULTIPLE COLUMN SORTS
• SPECIFYING THE SORT SEQUENCE
• ABOUT NULL VALUES WITHIN SORTS
• USING COLUMN ALIASES

PSEUDO COLUMNS & FUNCTIONS
• USING ROWID
• USING ROWNUM
• USING THE FUNCTIONS
• SYSDATE
• USER & UID
• USING THE DUAL TABLE
• SESSIONTIMEZONE FUNCTION

JOINING TABLES
• ABOUT JOINS
• INNER JOIN
• REFLEXIVE JOIN
• NON-KEY JOIN
• OUTER JOIN

USING THE SET OPERATORS
• ABOUT THE SET OPERATORS
• SET OPERATOR EXAMPLES

SUMMARY FUNCTIONS
• ABOUT SUMMARY FUNCTIONS
• SUMMARY FUNCTIONS WITH DISTINCT

USING SUB-QUERIES
• ABOUT SUB-QUERIES
• STANDARD SUB-QUERIES
• CORRELATED SUB-QUERIES

AGGREGATING DATA WITHIN GROUPS
• ABOUT SUMMARY GROUPS
• FINDING GROUPS WITHIN THE BASE TABLES
• SELECTING DATA FROM THE BASE TABLES
• SELECTING GROUPS FROM THE RESULT TABLE

BUILD SIMPLE SQL*PLUS REPORTS
• 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
• UNDERSTANDING 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
• DROP SYNONYM
• 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 & UNDEFINE
• ACCEPT
• PROMPT
• PAUSE

OPTIONAL - SQL*PLUS SESSION CONTROL
• CONTROLLING SYSTEM VARIABLES
• SET
• SHOW

Refund Policy

Cancellation / Reschedule by Student

Because we must schedule rooms, ship course materials, assign instructors and provision computer resources well in advance, it is important students alert us ASAP with any cancel/reschedule requests.

Please note the following policies:

  • If requested 16 or more calendar days before the class
    • Cancellation requests made in this timeframe are eligible for refund less 5% cancellation fee.
    • Reschedule requests made in this timeframe will be accommodated if availability exists and will be processed at no additional charge.
  • If requested 15 calendar days or less before the class
    • Cancellation or Reschedule requests made by the student 15 calendar days or less before the class starts will be charged 100% the course fee and are not entitled to a refund.

Substitutions

  • If you are unable to attend your class, a substitute who meets the course prerequisites may attend in your place at no additional charge for the original class title, date and location. If you cannot find a substitute, you will be subject to the class cancellation policy.

Make-up Policy

Students are permitted one (1) Make-Up opportunity to attend an instructor-led class that was paid for but not previously attended for no additional charge.

  • Make-Up class registrations are subject to availability and are not entitled to refund.
  • Students may not reschedule a Make-up class registration.
  • Any no shows or cancellations forfeit their one Make-up opportunity.

Additionally, ONLC reserves the right to retire courses due to lack of demand. Retired classes are not available for Make-Up.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at ONLC Training Centers (7)

Similar Classes

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 29950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

ONLC Training Centers

ONLC Training Centers was founded in 1983 when Jim Palic and Andy Williamson left their positions as mainframe programmers with the Dupont Company to start one of the industry's first computer training companies.

Over thirty years and still growing, ONLC Training Centers is one of the the largest privately...

Read more about ONLC Training Centers

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

ONLC Training Centers

ONLC Training Centers

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Professional Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...