Oracle10g SQL Introduction to SQL Part II
The primary objective of this 3-day course is to consider advanced subjects and techniques pertaining to the SQL database language. 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. Major subject areas to be explored are:
Moving beyond basic table definitions, consideration of defining the full range of database objects, such as advanced table definitions, indexes, sequences, views and others.
Understanding basic database security and object privileges.
Using the powerful set of built-in SQL functions.
Protecting the database and extending the basic data model using declarative constraints.
Performing advanced SQL queries such as grouping and cube operations and SQL99 join syntax.
Developing complex SQL*Plus reports and using SQL*Plus scripts
- Cost: Price on application
- Duration: 3 days
- This course is not available as part of our public schedule but can be provided on a customised client specific basis.
The target audience for this course is all Oracle professionals. 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. The course will help students to prepare for Exam 1Z1-042: Oracle Database 10g: Administration I in conjunction with the Oracle 10g Introduction to SQL Part I course.
Students should have attended the Oracle 10g Introduction to SQL Part I course prior to attending this course
ABOUT ANSI/ISO SQL99
CROSS JOINS
NATURAL JOINS
INNER JOINS
OUTER JOINS
ANTIJOINS
USING NAMED SUBQUERIES
ABOUT ENHANCED GROUP PROCESSING
USING ROLLUP
USING CUBE
WHAT ARE THE SQL FUNCTIONS?
CHARACTER FUNCTIONS
NUMERIC FUNCTIONS
DATE FORMAT FUNCTIONS
DATE ARITHMETIC FUNCTIONS
NULL VALUE FUNCTIONS
ABOUT DATABASE OBJECTS
ABOUT RELATIONAL VIEWS
UPDATING VIEW DATA
MAINTAINING VIEW DEFINITIONS
ABOUT THE DATA DICTIONARY
OBJECT-SPECIFIC DICTIONARY VIEWS
UNDERSTANDING THE DATA DICTIONARY STRUCTURE
CREATING AN APPLICATION SCHEMA
MORE ABOUT CREATING TABLES
DEFINING SEQUENCES
ABOUT SYNONYMS
CREATE SCHEMA AUTHORIZATION
ABOUT DATABASE SECURITY
USER ID PASSWORDS
OBJECT SECURITY
ABOUT CONSTRAINTS
NOT NULL CONSTRAINT
CHECK CONSTRAINT
UNIQUE CONSTRAINT
PRIMARY KEY CONSTRAINT
REFERENCES CONSTRAINT
DEFINING CONSTRAINTS ON EXISTING TABLES
MAINTAINING CONSTRAINTS
RENAMING & DROPPING CONSTRAINTS
ENABLING & DISABLING CONSTRAINTS
VALIDATE NEW TRANSACTIONS ONLY
DEFERRED ENFORCEMENT
MANAGING CONSTRAINT EXCEPTIONS
CONSTRAINTS AND VIEWS
DATA DICTIONARY STORAGE
ABOUT THE REPORT COMMANDS
BREAK
COMPUTE
COLUMN
TTITLE & BTITLE
ABOUT SCRIPT FILES
USING SQL*PLUS VARIABLES
ACCEPT
PROMPT
PAUSE