Answer Posted / aravind
The FEDERATED storage engine is available beginning with
MySQL 5.0.3. This storage engine enables data to be
accessed from a remote MySQL database on a local server
without using replication or cluster technology. When using
a FEDERATED table, queries on the local server are
automatically executed on the remote (federated) tables. No
data is stored on the local tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are string data types?
What is mysql and why it is used?
Is oracle better than mysql?
What is a storage engine?
Explain the difference between mysql and mysql interfaces in php?
How can you increase the performance of mysql select query?
What is the data type for file in mysql?
What is pdo in mysql?
how to Return total number of rows.
Why phpmyadmin is used for mysql?
using primary can we relate two table, with out foreign key?
What is back end and front end?
How can an index be declared in mysql?
What is the datatype of image in mysql?
How do I edit a stored procedure in mysql?