Using MySQL, and related to this answer open in another thread (How to replicate MySQL table in different servers?), It arises me the idea of replicating only a View in different servers (through master-slave)
To create a replicate-view without replicating original tables in remote server, is it possible? Or Do I have to replicate the tables as obligatory condition?