TRENDS is authorized to promote and deliver Oracle courses in partnership with TechEdge Solutions. EZY Corporation logo and Oracle logo are registered trademarks of EZY Corporation and Oracle respectively. All rights reserved.

Oracle Database 12c R2: SQL and PL/SQL Fundamentals Ed 2

Schedule

Start End Duration Location Details

Course Details

Oracle Database 12c R2: SQL and PL/SQL Fundamentals Ed 2

Course code: OD12SQLF2

Duration: 5 Days

Prerequisite:

•    Familiarity with data processing concepts and techniques
•    Familiarity with programming concepts

Course Description:

This Oracle Database: SQL and PL/SQL Fundamentals training delivers the fundamentals of SQL and PL/SQL along with the benefits of the programming languages using Oracle Database technology. You'll explore the concepts of relational databases.
 

Course Objectives:

After taking this course, you should be able to:

•    Run data manipulation statements (DML) to update data in the Oracle Database.
•    Design PL/SQL anonymous block that execute efficiently.
•    Describe the features and syntax of PL/SQL.
•    Handle runtime errors.
•    Describe stored procedures and functions.
•    Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors).
•    Use cursors to process rows.
•    Identify the major structural components of the Oracle Database 11g.
•    Retrieve row and column data from tables with the SELECT statement.
•    Create reports of sorted and restricted data.

•    Employ SQL functions to generate and retrieve customized data.
•    Display data from multiple tables using the ANSI SQL 99 JOIN syntax.
•    Create reports of aggregated data.
•    Run data definition language (DDL) statements to create and manage schema objects.

Intended Audience:

•    Developer
•    Implementer

Course Outlines:

•    Introduction
•    Retrieve Data using the SQL SELECT Statement
•    Restricted and Sorted Data
•    Usage of Single-Row Functions to Customize Output
•    Conversion Functions and Conditional Expressions
•    Aggregated Data Using the Group Functions
•    Display Data From Multiple Tables
•    Usage of Subqueries to Solve Queries
•    SET Operators
•    Data Manipulation
•    DDL Statements to Create and Manage Tables
•    Other Schema Objects
•    Introduction to PL/SQL
•    PL/SQL Identifiers
•    Write Executable Statements
•    Interaction with the Oracle Server
•    Control Structures
•    Usage of Composite Data Types
•    Explicit Cursors
•    Exception Handling
•    Stored Procedures and Functions