Author: admin

  • Conditions

    In this chapter, we will discuss conditions in PL/SQL. Decision-making structures require that the programmer specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed if the condition is determined to be true, and optionally, other statements to be executed if the condition…

  • Operators

    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 built-in operators and provides the following types of operators − Here, we will understand the arithmetic, relational, comparison and logical operators one by one. The…

  • Constants and Literals

    In this chapter, we will discuss constants and literals in PL/SQL. A constant holds a value that once declared, does not change in the program. A constant declaration specifies its name, data type, and value, and allocates storage for it. The declaration can also impose the NOT NULL constraint. Declaring a Constant A constant is declared using the CONSTANT keyword. It requires…

  • Variables

    In this chapter, we will discuss Variables in Pl/SQL. A variable is nothing but a name given to a storage area that our programs can manipulate. Each variable in PL/SQL has a specific data type, which determines the size and the layout of the variable’s memory; the range of values that can be stored within…

  • Data Types

    In this chapter, we will discuss the Data Types in PL/SQL. The PL/SQL variables, constants and parameters must have a valid data type, which specifies a storage format, constraints, and a valid range of values. We will focus on the SCALAR and the LOB data types in this chapter. The other two data types will be covered in other…

  • Basic Syntax

    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 block consists of three sub-parts − S.No Sections & Description 1 DeclarationsThis section starts with the keyword DECLARE. It is an optional section and defines all…

  • Environment Setup

    In this chapter, we will discuss the Environment Setup of PL/SQL. PL/SQL is not a standalone programming language; it is a tool within the Oracle programming environment. SQL* Plus is an interactive tool that allows you to type SQL and PL/SQL statements at the command prompt. These commands are then sent to the database for processing. Once…

  • Overview

    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 certain notable facts about PL/SQL − Features of PL/SQL PL/SQL has the following features − Advantages of PL/SQL PL/SQL has the following advantages −

  • Oracle and Its Reach to Java

    Computer languages are quite complicated to excel at. However, if to be believed. It is estimated that Oracle was the first company to excel at Java Programming. It is believed that Oracle was the first and foremost company to fully embrace Java programming in 1998.

  • The Different Oracle Team

    The Golden state warriors, a professional basketball team, is known to be sponsored by the Oracle. The team is in Oakland, California. With its home court at Oracle Arena previously addressed as Oakland Arena. The first-ever commercial version of Oracle was titled Oracle 2. This was Larry’s idea to make people believe that any unwanted…