Distributed Databases Asynchronous technology can result in unsatisfactorily slow response time because the distributed DBMS is spending considerable time checking that an update is accurately and completely propagated across the network. True False True False ANSWER DOWNLOAD EXAMIANS APP
Distributed Databases Each site (or node) in a distributed system is subject to the same types of failure as in a centralized system. False True False True ANSWER DOWNLOAD EXAMIANS APP
Distributed Databases Which of the following is a disadvantage of replication? Reduced network traffic Each transaction may proceed without coordination across the network. If the database fails at one site, a copy can be located at another site. Each site must have the same storage capacity. Reduced network traffic Each transaction may proceed without coordination across the network. If the database fails at one site, a copy can be located at another site. Each site must have the same storage capacity. ANSWER DOWNLOAD EXAMIANS APP
Distributed Databases An increasingly popular option for data distribution as well as for fault tolerance of any database is to store a separate copy of the database at each of two or more sites. False True False True ANSWER DOWNLOAD EXAMIANS APP
Distributed Databases A semijoin is which of the following? Only the joining attributes are sent from one site to another and then all of the rows are returned. Only the joining attributes are sent from one site to another and then only the required rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. Only the joining attributes are sent from one site to another and then all of the rows are returned. Only the joining attributes are sent from one site to another and then only the required rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. ANSWER DOWNLOAD EXAMIANS APP
Distributed Databases A distributed unit of work allows various statements within a unit of work to refer to multiple remote DBMS locations. False True False True ANSWER DOWNLOAD EXAMIANS APP