The above question has following choices
a) None of the options
b) Write operations
c) Read operations
d) Read and Write operations
This is a concept in Computing. Data replication is a process that enables data from one database server (which is called the master) to be copied automatically to one or more database servers (called the slaves). It is usually used to spread read access on multiple servers for scalability features.
and for question
In the Master-Slave Replication model, the node which pushes all the updates in data to subordinate nodes is__?
Answer- Master Node