A constant is a value used in a PL/SQL block that remains unchanged throughout the program. It is declared using the assignment operator ':='. Wemust assign a value to a constant at the time of declaration. If we do not assign a value to a constant while declaring it and try to assign a value in the execution section, we will get an error.