Home >> MySql >> What is federated table in MySql

What is federated table in MySql

Federated tables allow access data from a remote mysql database without using replication or cluster technology. Federated table automatically take out the data from the remote tables. No data is stored on the local tables.

Post Your Comment

Next Questions
What are data types
Numeric data types
Floating data types
Date and Time data types
String data types
Enum data types
SET data types
Difference between varchar and char
Difference between Tinyint and smallint
Difference between enum and set
Difference between signed and unsigned
What is key
What is super key
What is candidate key
What is primary key
What is unique key
What is foreign key
What is join
What is cross join
What is natural join
What is outer join
What is self join
What is aggregate function
COUNT(*) aggregate function
AVG() aggregate function

Copyright ©2022 coderraj.com. All Rights Reserved.