Predefined constants The language defines a set of global constants that can be used in the programs. NULLThe NULL constant is provided as the "nil" value.TRUETRUE is a predefined constant to be used in boolean expressions.FALSEFALSE is a predefined constant to be used in boolean expressions.NOTFOUNDNOTFOUND is a predefined constant used to check if an SQL statement returns rows.