Oracle 12c PL/SQL Workshop: Electronic Presentation
Oracle 12c PL/SQL Workshop: Electronic Presentation
Objectives
After completing this lesson, you should be able to do the following:
Describe the course organization
Describe the sample HR schema
List the available development environments
Review the basic features of SQL Developer
Course Objectives
After completing this course, you should be able to do the following:
Identify the programming extensions that PL/SQL provides to SQL
Write PL/SQL code to interface with the database
Design PL/SQL anonymous blocks that execute efficiently
Use PL/SQL programming constructs and conditional control statements
Handle run-time errors
Describe stored procedures and functions
Course Agenda
Introduction
1.
Introduction to PL/SQL
2.
3.
4.
5.
6.
7.
Course Agenda
Handling Exceptions
9.
DEPARTMENTS
LOCATIONS
department_id
department_name
manager_id
location_id
location_id
street_address
postal_code
city
state_province
country_id
JOB_HISTORY
employee_id
start_date
end_date
job_id
department_id
JOBS
job_id
job_title
min_salary
max_salary
EMPLOYEES
employee_id
first_name
last_name
email
phone_number
hire_date
job_id
salary
commission_pct
manager_id
department_id
COUNTRIES
country_id
country_name
region_id
REGIONS
region_id
region_name
SQL Developer
8
Edit
Run
10
11
12
13
14
Summary
In this lesson, you should have learned how to:
Describe the course organization
Describe the sample HR schema
List the available development environments
Review the basic features of SQL Developer
15
16