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 the difference between CHAR and VARCHAR data types?

2 Answers   Ramco,


What is pdo in mysql?

0 Answers  


What is the use of concat() in mysql?

0 Answers  


What is a query in mysql?

0 Answers  


How can you import tables from a sql file into a database by using the mysql client?

0 Answers  


How to load data from a text file into a table?

7 Answers   Sasaa,


What is the maximum size of table in mysql?

0 Answers  


What is field in mysql?

0 Answers  


what is cte? : Mysql dba

0 Answers  


What is difference between mysql mysqli and pdo?

0 Answers  


maximum database size of mysql database

2 Answers  


How to enter Characters as HEX Numbers?

0 Answers  


Categories