3
Course # Exam: Prerequisites Technology: Delivery Method: Length: OraPLSQL ORACLE Instructor-led (classroom) 5 Days Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentalseu2.emgcdn.net/assets/mx/course/2485901/file/31486/MNT-OraPLSQL... · Oracle Database: SQL and PL/SQL Fundamentals . Pág. 2 de 3 Torre

  • Upload
    ngodien

  • View
    243

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Oracle Database: SQL and PL/SQL Fundamentalseu2.emgcdn.net/assets/mx/course/2485901/file/31486/MNT-OraPLSQL... · Oracle Database: SQL and PL/SQL Fundamentals . Pág. 2 de 3 Torre

Course # Exam: Prerequisites Technology: Delivery Method: Length:

OraPLSQL

ORACLE Instructor-led (classroom)

5 Days

Oracle Database: SQL and PL/SQL Fundamentals

Page 2: Oracle Database: SQL and PL/SQL Fundamentalseu2.emgcdn.net/assets/mx/course/2485901/file/31486/MNT-OraPLSQL... · Oracle Database: SQL and PL/SQL Fundamentals . Pág. 2 de 3 Torre

Pág. 2 de 3 Torre Prisma

Insurgentes 1647, 3er piso, Col. San José Insurgentes C.P. 03900, México D.F.

(55) 1670 4080 www.mentori.mx

Overview About this course

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.

Write queries against single and multiple tables, manipulate data in tables and create database objects. Use single row functions to customize output.

Invoke conversion functions and conditional expressions. Use group functions to report aggregated data.

Create PL/SQL blocks of application code that can be shared by multiple forms, reports and data management applications.

Develop anonymous PL/SQL blocks, stored procedures and functions.

Declare identifiers and trap exceptions. Use DML statements to manage data.

Use DDL statements to manage database objects. Declare PL/SQL Variables.

Conditionally control code flow (loops, control structures).

Describe stored procedures and functions. Retrieve row and column data from tables.

Audience Profile

Functional Implementer

Portal Developer

Forms Developer

Reports Developer

Technical Consultant

Application Developers

PL/SQL Developer

At Course Completion

After completing this course, students will 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.

Page 3: Oracle Database: SQL and PL/SQL Fundamentalseu2.emgcdn.net/assets/mx/course/2485901/file/31486/MNT-OraPLSQL... · Oracle Database: SQL and PL/SQL Fundamentals . Pág. 2 de 3 Torre

Pág. 3 de 3 Torre Prisma

Insurgentes 1647, 3er piso, Col. San José Insurgentes C.P. 03900, México D.F.

(55) 1670 4080 www.mentori.mx

Run data definition language (DDL) statements to create and manage schema objects.

Prerequisites

Familiarity with data processing concepts and techniques

Familiarity with programming concepts

Course Outline

Module 1: Introduction

Module 2: Retrieve Data using the SQL SELECT Statement

Module 3: Retrieve Data using the SQL SELECT Statement

Module 4: Usage of Single-Row Functions to Customize Output

Module 5: Conversion Functions and Conditional Expressions

Module 6: Aggregated Data Using the Group Functions

Module 7: Display Data From Multiple Tables

Module 8: Usage of Subqueries to Solve Queries

Module 9: SET Operators

Module 10: Data Manipulation

Module 11: DDL Statements to Create and Manage Tables

Module 12: Other Schema Objects

Module 13: Introduction to PL/SQL

Module 14: Write Executable Statements

Module 15: Interaction with the Oracle Server

Module 16: Control Structures

Module 17: Usage of Composite Data Types

Module 18: Exception Handling

Module 19: Stored Procedures and Functions