Having the table Status defined with the following structure and data:
mysql> DESCRIBE Status;
Which of the following statements are true?
A.
The table has 4 rows.
B.
The table has 1 row with column names and 3 rows with data.
C.
There are 4 hidden rows.
D.
The table has 3 columns, of which the column named comment is used internally by MySQL.
E.
There are 3 columns named id, name and comment, all of which are accessible to the user.