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 that memory and the set of operations that can be applied to the variable.
The name of a PL/SQL variable consists of a letter optionally followed by more letters, numerals, dollar signs, underscores, and number signs and should not exceed 30 characters. By default, variable names are not case-sensitive. You cannot use a reserved PL/SQL keyword as a variable name.
PL/SQL programming language allows to define various types of variables, such as date time data types, records, collections, etc. which we will cover in subsequent chapters. For this video, let us study only basic variable types.
On this page of the site you can watch the video online PL/SQL tutorial Bind Variable in PL/SQL By Nayabsoft with a duration of hours minute second in good quality, which was uploaded by the user Nayabsoft 23 May 2017, share the link with friends and acquaintances, this video has already been watched 863 times on youtube and it was liked by 8 viewers. Enjoy your viewing!