Oracle Database 10g: Introduction To SQL: Duration 5 Days
Oracle Database 10g: Introduction To SQL: Duration 5 Days
Duration 5 Days
This course introduces Oracle Database 10g technology and the relational database concepts and the powerful
SQL programming language. This course provides the learners with the essential SQL skills of querying the
database, the meta data and creating database objects.
In addition, the course also delves into the advanced querying and reporting techniques, data warehousing
concepts and manipulating large data sets in different time zones.
Audience
Database Administrators
System Analysts
Forms Developer
PL/SQL Developer
Technical Consultant
Prerequisites
Course Objectives
Search data using advanced sub queries
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
Provide an overview of: components, internet platform, apps server and developer suite
Describe relational and object relational database designs
Review the system development life cycle
Describe different means of storing data
Review the relational database concept
Define the term data models
Show how multiple tables can be related
DIGIT 11000 Beograd, Radomira Vujovića 3, Tel: 011 360-5500 kontakt: training@digit.co.yu strana1
Describe the rules of precedence for the conditions shown in this lesson
Sort rows with the ORDER BY clause
Use ampersand substitution in iSQL*Plus to restrict and sort output at run time
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
DIGIT 11000 Beograd, Radomira Vujovića 3, Tel: 011 360-5500 kontakt: training@digit.co.yu strana2
Using DDL Statements to Create and Manage Tables
List the main database objects and describe the naming rules for database objects
Introduce the schema concept
Display the basic syntax for creating a table and show the DEFAULT option
Explain the different types of constraints
Show resulting exceptions when constraints are violated with DML statements
Create a table with a sub query
Describe the ALTER TABLE functionality
Remove a table with the DROP statement and Rename a table
DIGIT 11000 Beograd, Radomira Vujovića 3, Tel: 011 360-5500 kontakt: training@digit.co.yu strana3
Searching Data Using Advanced Sub queries
Subquery Overview
Using a Sub query
Comparing several columns using Multiple-Column Sub queries
Defining a Data source Using a Sub query in the FROM Clause
Returning one Value using Scalar Sub query Expressions
Performing ROW by-row processing with Correlated Sub queries
Reusing query blocks using the WITH Clause
DIGIT 11000 Beograd, Radomira Vujovića 3, Tel: 011 360-5500 kontakt: training@digit.co.yu strana4