Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • PL/SQL

    1. Home>
    2. PL/SQL>
    3. Page 3

    PL/SQL – CASE Statement

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:0 Comments

    Like the IF statement, the CASE statement selects one sequence of statements to execute. However, to select the sequence, the CASE statement uses a selector rather than multiple Boolean expressions. A selector is an expression, the…

    Continue ReadingPL/SQL – CASE Statement

    PL/SQL – IF-THEN-ELSIF Statement

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:0 Comments

    TheĀ IF-THEN-ELSIFĀ statement allows you to choose between several alternatives. AnĀ IF-THENĀ statement can be followed by an optionalĀ ELSIF...ELSEĀ statement. TheĀ ELSIFĀ clause lets you add additional conditions. When usingĀ IF-THEN-ELSIFĀ statements there are a few points to keep…

    Continue ReadingPL/SQL – IF-THEN-ELSIF Statement

    PL/SQL – IF-THEN-ELSE Statement

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:1 Comment

    A sequence ofĀ IF-THENĀ statements can be followed by an optional sequence ofĀ ELSEĀ statements, which execute when the condition isĀ FALSE. Syntax The syntax for the IF-THEN-ELSE statement is āˆ’ IF condition THEN    S1; …

    Continue ReadingPL/SQL – IF-THEN-ELSE Statement

    PL/SQL – IF-THEN Statement

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:1 Comment

    It is the simplest form of the IF control statement, frequently used in decision-making and changing the control flow of the program execution. The IF statement associates a condition with a sequence of statements…

    Continue ReadingPL/SQL – IF-THEN Statement

    PL/SQL – Conditions

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:0 Comments

    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…

    Continue ReadingPL/SQL – Conditions

    PL/SQL – Operators Precedence

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:1 Comment

    Operator precedence determines the grouping of terms in an expression. This affects how an expression is evaluated. Certain operators have higher precedence than others; for example, the multiplication operator has…

    Continue ReadingPL/SQL – Operators Precedence

    Logical Operators in PL/SQL

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:0 Comments

    The following table shows the Logical operators supported by PL/SQL. All these operators work on Boolean operands and produce Boolean results. Assume variable A holds true and variable B holds…

    Continue ReadingLogical Operators in PL/SQL

    PL/SQL – Comparison Operators

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:0 Comments

    Comparison operators are used for comparing one expression to another. The result is always eitherĀ TRUE, FALSE,Ā orĀ NULL. OperatorDescriptionExampleLIKEThe LIKE operator compares a character, string, or CLOB value to a pattern and…

    Continue ReadingPL/SQL – Comparison Operators

    PL/SQL – Relational Operators

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:1 Comment

    Relational operators compare two expressions or values and return a Boolean result. The following table shows all the relational operators supported by PL/SQL. Let us assumeĀ variable AĀ holds 10 andĀ variable BĀ holds…

    Continue ReadingPL/SQL – Relational Operators

    PL/SQL – Arithmetic Operator

    • Post author:B D
    • Post published:August 23, 2021
    • Post category:PL/SQL
    • Post comments:1 Comment

    The following table shows all the arithmetic operators supported by PL/SQL. Let us assumeĀ variable AĀ holds 10 andĀ variable BĀ holds 5, then āˆ’ OperatorDescriptionExample+Adds two operandsA + B will give 15-Subtracts second…

    Continue ReadingPL/SQL – Arithmetic Operator
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP