Chapter 00 Overview to PL/SQL

Ojbectives

After completing this lesson,you should be able to  do the following:

  • Describle the course organization
  • Describle the sample HR schema

Course Objectives

After completing this lesson,you should be able to do the following:

  • Identify the programming extensions that PL/SQL provdies to SQL.
  • Write PL/SQL code to interface with the database.
  • Desgin PL/SQL anonymous blocks that execute efficiently.
  • Use PL/SQL programming constructs and conditionnal control statements.
  • Handler run-time errors.
  • Describe stored procedures and functions.
  • Introduction
  • Introduction to PL/SQL
  • Declaring PL/SQL Variables
  • Writing Executable Satements
  • Interacting with the Oracle Database Server
  • Writing Control Structures
  • Working with Composite Data Types
  • Using Explict Cursors
  • Handing Exceptions
  • Creating Stored Procedures and Functions.

The Humar Resources(HR) Schema

Summary

In this lesson ,you should have learned how to :

  • Describe the course organization
  • Describe the smaple HR schema
原文地址:https://www.cnblogs.com/arcer/p/3027850.html