Pl /Sql For Beginners

Posted By: ELK1nG

Pl /Sql For Beginners
Last updated 6/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 163.36 MB | Duration: 1h 4m

Learn about Oracle's Extension to SQL

What you'll learn
Choose the correct Delimiters to use with PL/SQL
Write PL/SQL Syntax
Insert PL/SQL Comments
Write PL/SQL Procedures
Write PL/SQL Functions
Define PL/SQL Cursor
Create PL/SQL Triggers
Requirements
Basic Knowledge of SQL
Basic knowledge of Databases
Download and install Oracle Database and TOAD. We'll cover this in the course.
Description
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 abilitieswith 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 standardSQL 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 syntaxHow to write proceduresHow to create functionsHow to create cursorsHow to create TriggersHow 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.Youwill also know how to use the delimiters.
Welcome to the course.

Overview

Section 1: Getting Started

Lecture 1 Introduction

Lecture 2 Download Oracle Database

Lecture 3 Install Oracle Database

Lecture 4 Oracle Sample Schema

Lecture 5 Download TOAD For Oracle

Lecture 6 Install TOAD For Oracle

Lecture 7 Connect TOAD To Oracle Sample Schema

Lecture 8 What is PL /SQL

Section 2: Writing Executable Statements

Lecture 9 Basic PL/SQL Syntax

Lecture 10 How to comment PL/SQL Code

Lecture 11 PL /SQL Delimiters

Lecture 12 Creating a Simple PL /SQL Procedure

Lecture 13 Thank You

This course is meant for those who want to learn Oracle's SQL Version,Anyone who wants to learn new skill