Assuming the user has just connected to the MySQL server, what will the result of the following query be?
A.
An error saying that a is undefined.
B.
A single null.
C.
An empty string.
D.
It depends on whether a persistent user variable named a has been set by this user previously.