Home » MYSQL » MySQL Table Operations » Question
  1. Which storage engine enables to access tables from a MySQL server managed by another server?
    1. FEDERATED
    2. MyISAM
    3. EXAMPLE
    4. InnoDB
    5. 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.



Your comments will be displayed only after manual approval.