1.

Which storage engine enables to access tables from a MySQL server managed by another server?(a) InnoDB(b) EXAMPLE(c) MyISAM(d) FEDERATEDThe question was asked by my college professor while I was bunking the class.My question is taken from Creating, Dropping, Indexing and Altering Tables in portion Using SQL to Manage Data of MySQL

Answer»

The correct CHOICE is (d) FEDERATED

Easiest EXPLANATION: 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.



Discussion

No Comment Found

Related InterviewSolutions