1.

What column names are displayed when this command is executed?
SHOW COLUMNS FROM Table_Name LIKE '%name';

A. prefixed with name
B. prefixed with %name
C. suffixed with name
D. suffixed with %name
E. None of these
Answer» D. suffixed with %name


Discussion

No Comment Found