Literal expressions are constant values that are represented as is. Literals are of the following types:
- Numeric literals: Numbers or floats such as 4.2 and 2
- String literals: Constant strings such as Hello
- Date literals: Represent dates as constants, such as #20-05-2019#
- Boolean literals: Represent Boolean values of TRUE or FALSE
- Null literals: Used to assign or compare against NULL