Category: Misc

  • Patterns in PL / SQL

    Generally, the patterns are very interesting to perform. We can make as many shapes as we can in patterns. Let us dive into different types of patterns. 1.) Pattern 1 Pattern Design Pattern Code 1 Input Output Pattern Code 2 Input Output Pattern Code 3 Input Output 2.) Pattern 2 Pattern Design Pattern Code 1…

  • Conditional Statements in PL / SQL

    In many case we would be in a state whether we have to choose Yes or No. These types of questions are also called Decision Statements. Here, the user is compelled to choose one answer. In this case we choose the answer based on the condition in which we are present. In the same way,…