Oracle Database 11g: SQL and PL/SQL Fundamentals

Similar documents
Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: Introduction to SQL/PLSQL Accelerated

Oracle Database: SQL and PL/SQL Fundamentals

Introduction to SQL/PLSQL Accelerated Ed 2

Oracle Database: Introduction to SQL Ed 2

AO3 - Version: 2. Oracle Database 11g SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Table of Contents. PDF created with FinePrint pdffactory Pro trial version

Oracle Database 11g: Introduction to SQLRelease 2

Oracle Database: Introduction to SQL

Oracle PLSQL. Course Summary. Duration. Objectives

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant

Oracle Syllabus Course code-r10605 SQL

5. Single-row function

Oracle Database 10g: Introduction to SQL

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Oracle Database: SQL and PL/SQL Fundamentals NEW

SQL+PL/SQL. Introduction to SQL

Question Bank PL/SQL Fundamentals-I

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

Oracle Database 11g: Program with PL/SQL Release 2

Oracle Database: SQL and PL/SQL Fundamentals NEW

ETL TESTING TRAINING

Introduction to Computer Science and Business

Oracle Database 11g: Program with PL/SQL

Oracle Database 10g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I

Oracle Database: Program with PL/SQL

Introduction to Computer Science and Business

Oracle Database 10g: SQL Fundamentals I

Contents I Introduction 1 Introduction to PL/SQL iii

Oracle Database 12c SQL Fundamentals

Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led

Oracle Database: Program with PL/SQL Ed 2

Learn Well Technocraft

Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days

Conditionally control code flow (loops, control structures). Create stored procedures and functions.

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Oracle Database: SQL and PL/SQL Fundamentals Certification Course

Table of Contents. Oracle SQL PL/SQL Training Courses

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model

Querying Data with Transact SQL

Course Outline and Objectives: Database Programming with SQL

IZ0-144Oracle 11g PL/SQL Certification (OCA) training

Sql Server Syllabus. Overview

ORACLE DEV 11G CURRICULUM. Introduction to SQL

Oracle PLSQL Training Syllabus

Oracle - Oracle Database: Program with PL/SQL Ed 2

ORANET- Course Contents

20461: Querying Microsoft SQL Server

20761 Querying Data with Transact SQL

Querying Data with Transact-SQL

T-SQL Training: T-SQL for SQL Server for Developers

MIS CURRICULUM. Advanced Excel Course - Working with Templates Designing the structure of a template Using templates for standardization of worksheets

20461: Querying Microsoft SQL Server 2014 Databases

Oracle SQL & PL SQL Course

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Microsoft Querying Microsoft SQL Server 2014

Certification Exam Preparation Seminar: Oracle Database SQL

COURSE OUTLINE: Querying Microsoft SQL Server

After completing this course, participants will be able to:

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server

Querying Data with Transact-SQL

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

Course 20461C: Querying Microsoft SQL Server

Oracle. SQL(Structured Query Language) Introduction of DBMS. Build In Function. Introduction of RDBMS. Grouping the Result of a Query

ORACLE: PL/SQL Programming

Querying Microsoft SQL Server

Querying Microsoft SQL Server

Microsoft Querying Data with Transact-SQL - Performance Course

Business Analytics. SQL PL SQL [Oracle 10 g] P r i n c e S e t h i w w w. x l m a c r o. w e b s. c o m

Oracle PL SQL Training & Certification

Querying Microsoft SQL Server (MOC 20461C)

Oracle Database: Program with PL/SQL

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

1Z Oracle Database 11g - Program with PL/SQL Exam Summary Syllabus Questions

AVANTUS TRAINING PTE LTD

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

Querying Data with Transact-SQL

Querying Microsoft SQL Server

Querying Data with Transact-SQL

Querying Microsoft SQL Server

EDUVITZ TECHNOLOGIES

Querying Data with Transact-SQL

Querying Data with Transact-SQL

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Microsoft SQL Server 2012/2014

Greenplum SQL Class Outline

ORACLE DATABASE 12C INTRODUCTION

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

1Z Oracle Database 11g - SQL Fundamentals I Exam Summary Syllabus Questions

Querying Data with Transact-SQL

Transcription:

Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle Database 11g: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn In this course, students learn the fundamentals of SQL and PL/SQL and understand the benefits of the programming languages. Students learn the concepts of relational databases. This course provides the essential SQL skills that allow developers to write queries against single and multiple tables, manipulate data in tables, and create database objects. Students also learn to use single row functions to customize output, use conversion functions and conditional expressions and use group functions to report aggregated data. Additionally, students learn to create PL/SQL blocks of application code that can be shared by multiple forms, reports, and data management applications. Students learn to create anonymous PL/SQL blocks and are introduced to stored procedures and functions. They learn about declaring identifiers and trapping exceptions. Demonstrations and hands-on practice reinforce the fundamental concepts. Students use Oracle SQL Developer to develop these program units. SQL*Plus and JDeveloper are introduced as optional tools. This is appropriate for a 10g audience too. There are few minor changes between 10g and 11g features. Learn To: Retrieve row and column data from tables with the SELECT statement Create reports of sorted and restricted data Run data manipulation statements (DML) to update data in the Oracle Database 11g Define and declare PL/SQL Variables Write PL/SQL blocks of code Conditionally control code flow (loops, control structures) Related Training Required Prerequisites Familiarity with data processing concepts and techniques Familiarity with programming concepts Course Objectives 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 Copyright 2013, Oracle. All rights reserved. Page 1

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 Run data manipulation statements (DML) to update data in the Oracle Database 11g Design PL/SQL anonymous block that execute efficiently Describe the features and syntax of PL/SQL Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors) Handle runtime errors Describe stored procedures and functions Use cursors to process rows Course Topics Introduction Listing the features of Oracle Database 11g Discussing the basic design, theoretical and physical aspects of a relational database Describing the development environments for SQL Describing Oracle SQL Developer Describing the data set used by the course Retrieving Data Using the SQL SELECT Statement Listing the capabilities of SQL SELECT statements. Generating a report of data from the output of a basic SELECT statement Using arithmetic expressions and NULL values in the SELECT statement Using Column aliases Using concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Displaying the table structure using the DESCRIBE command Restricting and Sorting Data Writing queries with a WHERE clause to limit the output retrieved Using the comparison operators and logical operators Describing the rules of precedence for comparison and logical operators Using character string literals in the WHERE clause Writing queries with an ORDER BY clause to sort the output Sorting output in descending and ascending order Using the Substitution Variables Using Single-Row Functions to Customize Output Differentiating between single row and multiple row functions Manipulating strings using character functions Manipulating numbers with the ROUND, TRUNC and MOD functions Copyright 2013, Oracle. All rights reserved. Page 2

Performing arithmetic with date data Manipulating dates with the date functions Using Conversion Functions and Conditional Expressions Describing implicit and explicit data type conversion Using the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nesting multiple functions Applying the NVL, NULLIF, and COALESCE functions to data Using conditional IF THEN ELSE logic in a SELECT statement Reporting Aggregated Data Using the Group Functions Using the aggregation functions in SELECT statements to produce meaningful reports Using AVG, SUM, MIN, and MAX function Handling Null Values in a group function Creating queries that divide the data in groups by using the GROUP BY clause Creating queries that exclude groups of date by using the HAVING clause Using the DISTINCT Keyword Displaying Data From Multiple Tables Writing SELECT statements to access data from more than one table Joining Tables Using SQL:1999 Syntax Viewing data that does not meet a join condition by using outer joins Joining a table by using a self join. Creating Cross Joins Using Subqueries to Solve Queries Using a Subquery to Solve a Problem Executing Single-Row Subqueries Using Group Functions in a Subquery Using Multiple-Row Subqueries Using the ANY and ALL Operator in Multiple-Row Subqueries Using the SET Operators Describing the SET operators Using a SET operator to combine multiple queries into a single query Using the UNION, UNION ALL, INTERSECT, and MINUS Operators Using the ORDER BY Clause in Set Operations Manipulating Data Adding New Rows to a Table Using the INSERT statement Changing Data in a Table Using the UPDATE Statement Using DELETE and TRUNCATE Statements Saving and discarding changes with the COMMIT and ROLLBACK statements Implementing Read Consistency Using the FOR UPDATE Clause Using DDL Statements to Create and Manage Tables Categorizing Database Objects Creating Tables using the CREATE TABLE Statement Describing the data types Describing Constraints Copyright 2013, Oracle. All rights reserved. Page 3

Creating a table using a subquery Altering and Dropping a table Creating Other Schema Objects Creating, modifying, and retrieving data from a view Performing Data manipulation language (DML) operations on a view Dropping a view Creating, using, and modifying a sequence Creating and dropping indexes Creating and dropping synonyms Introduction to PL/SQL PL/SQL Overview Benefits of PL/SQL Subprograms Overview of the Types of PL/SQL blocks Creating and Executing a Simple Anonymous Block Generating Output from a PL/SQL Block Declaring PL/SQL Identifiers Different Types of Identifiers in a PL/SQL subprogram Using the Declarative Section to Define Identifiers Storing Data in Variables Scalar Data Types %TYPE Attribute Working With Bind Variables Using Sequences in PL/SQL Expressions Working With Substitution Variables Writing Executable Statements Describing Basic PL/SQL Block Syntax Guidelines Commenting Code Using SQL Functions in PL/SQL Using Data Type Conversion Referencing an Identifier Value in a Nested Block Qualifying an Identifier with a Label Using Operators in PL/SQL Interacting with the Oracle Server Including SELECT Statements in PL/SQL to Retrieve data Manipulating Data in the Server Using PL/SQL The SQL Cursor concept Using SQL Cursor Attributes to Obtain Feedback on DML Saving and Discarding Transactions Writing Control Structures Conditional processing Using IF Statements Conditional processing Using CASE Statements Simple Loop Statement While Loop Statement For Loop Statement The Continue Statement Copyright 2013, Oracle. All rights reserved. Page 4

Working with Composite Data Types Using PL/SQL Records Using the %ROWTYPE Attribute Inserting and Updating with PL/SQL Records INDEX BY Tables INDEX BY Table Methods INDEX BY Table of Records Using Explicit Cursors Understanding Explicit Cursors Declaring the Cursor Opening the Cursor Fetching data from the Cursor Closing the Cursor Cursor FOR loop Using Explicit Cursor Attributes FOR UPDATE Clause and WHERE CURRENT Clause Handling Exceptions Understanding Exceptions Handling Exceptions with PL/SQL Trapping Predefined Oracle Server Errors Trapping Non-Predefined Oracle Server Errors Trapping User-Defined Exceptions Propagating Exceptions RAISE_APPLICATION_ERROR Procedure Creating Stored Procedures and Functions Understanding Stored Procedures and Functions Differentiating between anonymous blocks and subprograms Creating a Simple Procedure Creating a Simple Procedure with IN parameter Creating a Simple Function Executing a Simple Procedure Executing a Simple Function Copyright 2013, Oracle. All rights reserved. Page 5