Which of the following statements is not true about variables?
They store values that can change as a program executes.
They are declared with the DECLARE statement.
They can be declared with an expression that's used as the default value.
They must have names that are different from the names of any columns used in any SELECT statement within the stored
program.