Explain federated tables?

Answers were Sorted based on User's Feedback



Explain federated tables?..

Answer / amith

Introduced in MySQL 5.0, federated tables allow access to
the tables located on other databases on other servers.

Is This Answer Correct ?    9 Yes 0 No

Explain federated tables?..

Answer / sivaraj

The FEDERATED storage engine is available beginning with
MySQL 5.0.3. It is a storage engine that accesses data in
tables of remote databases rather than in local tables.

Is This Answer Correct ?    6 Yes 0 No

Explain federated tables?..

Answer / 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

More MySQL Interview Questions

What is difference between mysql_connect and mysql_pconnect?

0 Answers  


What are the different column comparison operators in mysql?

0 Answers  


Is mysql still relevant?

0 Answers  


how we can use more then one primary key in Single Table

9 Answers   Systematix,


What is mysql database used for?

0 Answers  






Where is the mysql data directory?

0 Answers  


What are queries used for?

0 Answers  


How do I know if mysql is running on windows?

0 Answers  


What is a join? Explain the different types of mysql joins.

1 Answers  


What is mysql cursor?

0 Answers  


Why do we use pragma autonomous transaction?

0 Answers  


Can I use mysql for free?

0 Answers  


Categories