约 50,700 个结果
在新选项卡中打开链接
  1. PL/SQL Tutorial

    PL/SQL Tutorial PL/SQL, which stands for Procedural Language extensions to the Structured Query Language (SQL). It is a combination of SQL along with the procedural features of …

  2. PL/SQL - Basic Syntax - Online Tutorials Library

    In this chapter, we will discuss the Basic Syntax of PL/SQL which is a block-structured language; this means that the PL/SQL programs are divided and written in logical blocks of code. Each …

  3. PL/SQL - Overview - Online Tutorials Library

    The PL/SQL programming language was developed by Oracle Corporation in the late 1980s as procedural extension language for SQL and the Oracle relational database. Following are …

  4. PL/SQL - Object Oriented - Online Tutorials Library

    In this chapter, we will discuss Object-Oriented PL/SQL. PL/SQL allows defining an object type, which helps in designing object-oriented database in Oracle. An object type allows you to …

  5. Difference between SQL and PL/SQL - Online Tutorials Library

    2019年11月27日 · SQL, Structural Query Language is a standard database language which is used create, maintain and retrieve the relational database whereas PL/SQL, Procedural …

  6. Oracle PL/SQL Online Training Course

    Oracle PL/SQL Training Course is a comprehensive guide designed for learners who want to learn how to develop PL/SQL programs and Become Oracle Developer/DBA.

    • 评论数: 219
    • PL/SQL - Exceptions

      You can use the above syntax in raising the Oracle standard exception or any user-defined exception. In the next section, we will give you an example on raising a user-defined …

    • PL/SQL - Procedures - Online Tutorials Library

      In this chapter, we will discuss Procedures in PL/SQL. A subprogram is a program unit/module that performs a particular task. These subprograms are combined to form larger programs. …

    • PL/SQL - Operators - Online Tutorials Library

      In this chapter, we will discuss operators in PL/SQL. An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulation. PL/SQL language is rich in …

    • How to List All Tables in a Schema in Oracle Database?

      Introduction In Oracle databases, a schema is a logical grouping of related objects, such as tables, views, and stored procedures. Each schema belongs to a specific database user and …