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 language is used in mysql?

0 Answers  


Explain the storage engines in mysql?

0 Answers  


How do I uninstall mysql connector?

0 Answers  


How do I show columns in mysql?

0 Answers  


What are the other commands to know the structure of table using MySQL commands except explain command?

2 Answers   SigmaTree,






what is the querry for all managers salary?

2 Answers  


What is mysql default port number?

0 Answers  


What causes mysql too many connections?

0 Answers  


Fname Lname City Pin ramesh kumar salem 365241 Query to generate a code having the firstletter of Fname,Lname & 3letter of city Last 3letter of pin,all in capital letters

3 Answers  


Is mysqli faster than mysql?

0 Answers  


What is mysql protocol?

0 Answers  


What does myisamchk do?

1 Answers  


Categories