InterviewSolution
Saved Bookmarks
| 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 |
|