Which of the following statements are true?

Having the table Status defined with the following structure and data:

mysql> DESCRIBE Status;

Which of the following statements are true?

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.



Leave a Reply 0

Your email address will not be published. Required fields are marked *