What does the following statement do? CREATE /*!32302 TEMPORARY */ TABLE t (a INT);
A.
Create the non-temporary table t, as specified.
B.
Create the table t as a TEMPORARY table only in MySQL Version 3.23.02, and as a regular table in all other versions.
C.
Create the table t as a TEMPORARY table only in MySQL Version 3.23.02 or newer, and as a regular table in all other versions.