10 Simple Adobe Photoshop Tips You Won’t Like To Miss

Irrespective of the digital workplace you belong to, using Adobe Photoshop serves as an excellent technique of transforming all your imagination into reality. From photography and web designing to animation and digital magazines, everything is possible with Adobe Photoshop. Although the process of learning Photoshop is slow, you must try doing the same with regular …

10 Simple Adobe Photoshop Tips You Won’t Like To Miss Read More »

PL/SQL Operators

In the previous tutorials, we have learnt about the variables in PL/SQL. In almost every programming language, we need to do mathematical calculations and other such related operations. To perform these functions efficiently, we need to use Operators. An operator is a specific symbol (generally falls in the special character category) which commands the compiler or …

PL/SQL Operators Read More »

PL/SQL Variables

Read previous tutorial: PL/SQL Data Types  In the last tutorial, we learnt few things about variables in PL/SQL. Now, we shall look at the constraint definitions and other related operations. PL/SQL Variables Constraints are associated with the variables defined in the code block. A constraint is a condition that is placed on the variable. Two …

PL/SQL Variables Read More »

PL/SQL Data Types

In the previous tutorial, you learnt about how to write and run Hello World program in PL/SQL programming language. In this tutorial you will learn about various data types used in PL/SQL. PL/SQL Data Types Every programming language has built-in data types which are used for declaring variables and many other related tasks. Variable is …

PL/SQL Data Types Read More »

Hello World Program in PL/SQL

So, now that you know something very basic about PL/SQL programming language, let’s get our hands dirty into coding. Lets start with the very first program for printing hello world to get the basic cleared. Open your SQL terminal and first of all type. Set serveroutput on; Type the above command before executing any SQL …

Hello World Program in PL/SQL Read More »