About 687,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. PL/SQL Tutorial - Master PL/SQL Programming Quickly and Easily

    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 Tutorial - PL/SQL programming made easy

    This Oracle PL SQL tutorial teaches you the basics of database programming in PL/SQL with appropriate PL/SQL tutorials with coding examples. You can use these free online tutorials as your …

  5. What is PL/SQL (Procedural Language/Structured Query Language)?

    Jul 30, 2025 · PL/SQL is a procedural language extension to Structured Query Language (SQL) for Oracle database management. Learn about how it works and differs from SQL.

  6. PL/SQL Tutorial

    PL/SQL is one of three key programming languages embedded in the Oracle Database, along with SQL itself and Java. In this tutorial, we'll give you a great understanding of PL/SQL to proceed with the …

  7. Introduction to PL/SQL - ORACLE-BASE

    PL/SQL is a procedural extension of SQL, making it extremely simple to write procedural code that includes SQL as if it were a single language. This article gives a brief overview of some of the …

  8. 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 …

  9. 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 …

  10. PL/SQL Tutorial

    The PL/SQL Tutorial helps you master Oracle PL/SQL programming from scratch with practical examples.