PL/SQL Conditional Statements

Decision-Making is an important part for most of the computer programs. It helps to develop the program code logically. For correct decision making, PL/SQL provides us with the Conditional Statements. These Conditional Statements helps us to develop a proper algorithm and a logical program. Decision-making programs or structures require that the developer mentions conditions to …

PL/SQL Conditional Statements Read More »

Basic Batch File Commands

We are done with all the basic preliminary concepts like variables, operators, conditional, branching and looping commands. Now this tutorial deals with the basic batch file commands that are used generally to make a batch file more complicated. Sub commands, Switches, Parameters Before jumping into the commands, I’d like to give a brief overview of …

Basic Batch File Commands Read More »