Question 32:
The languages table uses MyISAM and the countries table uses the InnoDB storage engine.
Both tables are empty.
Examine these statements:
What is the content of both tables after executing these statements?
A) countries has one row, languages has none.
B) Both tables have one row.
C) Both tables are empty.
D) languages has one row, coutries has none.