InterviewSolution
Saved Bookmarks
| 1. |
What is federated tables in MySQL? |
|
Answer» It is a table that points to a table in ANOTHER MySQL DATABASE instance. It can be seen as a VIEW of this remote database. Other RDBMS have the same concepts for EXAMPLE database LINKS. |
|