About 1,630,000 results
Open links in new tab
  1. PL/SQL for Developers - Oracle

    PL/SQL is Oracle's procedural extension to industry-standard SQL. PL/SQL naturally, efficiently, and safely extends SQL for developers. Its primary strength is in providing a server-side, stored …

  2. PL/SQL Tutorial - GeeksforGeeks

    Jul 23, 2025 · PL/SQL, in simple terms, is a programming language used for managing data in databases. It combines SQL for data manipulation and procedural features for building applications. …

  3. Master PL/SQL Programming Quickly and Easily - Oracle Tutorial

    This PL/SQL Tutorial section teaches you how to use PL/SQL programming language to develop modular and procedural programs in Oracle Database.

  4. PL/SQL Language Fundamentals - Oracle Help Center

    The PL/SQL language fundamental components are explained.

  5. Overview of PL/SQL - Oracle Help Center

    PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance transaction-processing language. This overview explains its advantages and briefly describes its main features …

  6. PL/SQL Introduction - GeeksforGeeks

    Aug 5, 2025 · PL/SQL (Procedural Language/SQL) is Oracle’s extension of SQL that adds procedural features like loops, conditions, and error handling. It allows developers to write powerful programs …

  7. What is PL/SQL - Oracle Tutorial

    Standard and Portable: PL/SQL is a standard and portable language for Oracle Database development. If you develop a program that executes on an Oracle Database, you can quickly move it to another …

  8. Main Features of PL/SQL - docs.oracle.com

    PL/SQL combines the data-manipulating power of SQL with the processing power of procedural languages. When you can solve a problem with SQL, you can issue SQL statements from your …

  9. Database PL/SQL Language Reference - docs.cloud.oracle.com

    Syntax descriptions are provided in this book for various SQL, PL/SQL, or other command-line constructs in graphic form or Backus Naur Form (BNF). See Oracle Database SQL Language …

  10. Oracle PL/SQL

    PL/SQL is Oracle's procedural extension to industry-standard SQL. PL/SQL naturally, efficiently, and safely extends SQL. Its primary strength is in providing a server-side, stored procedural language …