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 is pdo in php mysql?
What is the datatype for password in mysql?
What are the differences between binary and varbinary?
Why we use mysql workbench?
What is the difference between sql and mysql and oracle?
Is mysql still popular?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is triggers?
Consider you have the following three tables which have to be linked together.
What are the ways in which you can retrieve data in the result set of mysql using php?
How many columns can be used for creating Index?
What is a csv table?
What is timestamp in mysql?
Why MySQL is used?
How can you handle the –secure-file-priv in mysql?