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
write a command to view the content of the table
Write a command to view mysql database table structure?
What is the latest mysql version?
How can I insert images into a Mysql database?
What can you do with mysql?
What is the difference between a heap table and temporary table?
Does mysql need a server?
What is a query in mysql?
What is database url for mysql?
How to extract a unit value from a date and time?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
How do I clear a mysql database?
How can we find out which auto increment was assigned on Last insert?
Can mysql store files?
Where MyISAM table will be stored and also give their formats of storage?