Course details

PL /SQL is Oracle database's version of the standard SQL .

The PL in the SQL stands for Procedural language and combines it's programming abilities
with SQL to make Oracle database's robust and run more efficiently.

It includes the standard SQL language as well as Oracle's proprietary extensions to the standard
SQL language.

PL/SQL is high performance and portable.

PL/SQL can also be accessed from the command line using oracle's database built in SQL*Plus.

PL/SQL is closely integrated with SQL and supports various data types.
 PL/SQL can also be used in developing web applications and supports object -oriented programming.

PL/SQL allows you to create procedures ,functions ,cursors and Triggers.

In this course we will setup a test environment from scratch by downloading and installing sample oracle database and TOAD.
Once we have our lab fully setup we will then start writing proper PL/SQL syntax.

What You Will Learn in this course:

  • How to write PL/SQL syntax
  • How to write procedures
  • How to create functions
  • How to create cursors
  • How to create Triggers
  • How to insert PL/SQL comments

The SQL in the PL/SQL is similar to how the standard SQL is used.  The way you write a standard Create, Read (Select),update and delete is similar.
Oracle's procedural language is used to add extra functionalities to the SQL language.

At the end of this course you should have the basic skills to write PL/SQL syntax and create procedures,triggers,cursors and functions.You
will also know how to use the delimiters.

Welcome to the course.

Updated on 22 March, 2018
Courses you can instantly connect with... Do an online course on Database Management starting now. See all courses

Rate this page