Oracle Database 10g: Introduction To SQL: Duration
Oracle Database 10g: Introduction To SQL: Duration
Oracle Database 10g: Introduction To SQL: Duration
0165
Duration: 5 Days
Audience
Application Developers
Business Intelligence Developer
Database Administrators
End Users
Forms Developer
PL/SQL Developer
Portal Developer
Prerequisites
Suggested Prerequisites
Familiarity with Data Processing Concepts and Techniques
Ability to use a graphical user interface (GUI)
Course Objectives
Retrieve row and column data from tables with the SELECT statement.
Employ SQL functions to generate and retrieve customized data.
Run data manipulation statements (DML) to update data in the Oracle Database 10g.
Control user access and manage schema objects
Course Topics
Introduction
List the Oracle Database 10g Main Features
An Overview of: components, internet platform, apps server and developer suite
Describe Relational and Object Relational Database Designs
Review the System Development Life Cycle
Define the term Data Models
Describe different means of Sorting Data
Show how Multiple Tables can be related
Describe how SQL Communicates to the Database
Manipulating Data
Write INSERT statements to add rows to a table
Copy rows from another table
Create UPDATE statements to change data in a table
Generate DELETE statements to remove rows from a table
Use a script to manipulate data
Save and discard changes to a table through transaction processing
Show how read consistency works
Describe the TRUNCATE statement
Hierarchical Retrieval
Sample Data from the EMPLOYEES Table
The Tree Structure of Employee data
Hierarchical Queries
Ranking Rows with LEVEL
Formatting Hierarchical Reports Using LEVEL and LPAD
Pruning Branches with the WHERE and CONNECT BY clauses