Which three methods will show the storage engine for the Country table?

Which three methods will show the storage engine for the Country table?
A. SHOW CREATE TABLE Country;
B. SHOW ENGINE Country STATUS;
C. SHOW TABLE STATUS LIKE ‘Country’;
D. SELECT ENGINE
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME= ‘Country’;
E. SELECT ENGINE
FROM INFORMATION_SCHEMA.ENGINES
WHERE TABLE_NAME= ‘Country’;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.