Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    PL /SQL For Beginners

    Posted By: naag
    PL /SQL For Beginners

    PL /SQL For Beginners
    MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | Lec: 12 | 163 MB
    Genre: eLearning | Language: English

    Learn about Oracle's Extension to SQL

    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.