-
Which storage engine enables to access tables from a MySQL server managed by another server?
-
- FEDERATED
- MyISAM
- EXAMPLE
- InnoDB
- None of these
Correct Option: A
There are many storage engines that are used in MySQL. By default, MyISAM is used as the storage engine unless specified otherwise. FEDERATED enables access to a foreign MySQL server.