WHAT ARE PL/SQL CONSTANTS?
WHAT ARE PL/SQL CONSTANTS?
As we can see the word CONSTANT,we can translate it by this that anything that can not be changed through out the program.It is a user defined value ,after the declaration of Constants we can change the actual values.
Example
If we want to increase the salary of our employees by 10%, we will defined the constants that will increase the salary of employees automatically.
Note : The value of constants is easier to change than actual value changing through out the program. The syntax of constant is in picture below
1 > CONSTANT_NAME is the name of constants and like as variable.
2 > CONSTANT is a reserved keyword and show to keep the value constant.
3> datatype is the type of value that will be assigned to the constants_name.
4> value that will be assigned to the constants and it is important to declare it at the time of defining constants.
Unknown
Our Sites
Google Search UI
Popular Posts
-
PL/SQL Placeholders can be any variables,constants,cursors and records .Placeholders is temporary storage area, with the help of placeho...
-
How To Create A User In Pl/SQL ? When we talk about Create a new user in PL/SQL then we think about System account ( ADMINIST...
-
HOW TO GRANT PRIVILEGES IN ORACLE PL/SQL? In our previous post we discussed about CREATE USER statement for new user in PL/SQL...
-
WHAT ARE PL/SQL CONSTANTS? As we can see the word CONSTANT, we can translate it by this that anything that can not be changed through ...
-
WHAT ARE PL/SQL FUNCTIONS? Function is similar to the procedure and it is a named PL/SQL block,The difference between Function and Proc...
-
Configuration of Tnsnames.ora File : Newcomers find it hard to configure the files of oracle networking paths,mostly people searches a...
-
What Is Block Statements In PL/SQL ? PL/SQL contains Three sections The Declaration Section (optional) The Execution Section (mand...
-
What can we do with HTML ? With the help of HTML you can make your own web site. How can we write the HTML ? Web pages can be wri...
-
WHAT ARE CURSORS IN PL/SQL ? A cursor is a temporary area which is created in system memory at the time of program executed.Cursors ...
-
INTRODUCTION TO DEFUSER.TK Hello everyone, DEFUSER.TK is the website for learning coding of different languages,that are mainly pa...
No comments:
Post a Comment