Adb Notes
Adb Notes
Adb Notes
It is the process of storing data in more than one site or node. It is useful in improving the
availability of data. It is simply copying data from a database from one server to another
server so that all the users can share the same data without any inconsistency.
copies of the database and then receive updates as data changes. Data is copied in
real-time from the publisher to the receiving database(subscriber) in the same order
as they occur with the publisher therefore in this type of replication, transactional
server-to-server environments. It does not simply copy the data changes, but rather
a specific moment in time and the does not monitor for updates to the data. The
used when data changes are infrequent. It is a bit slower than transactional
because on each attempt it moves multiple records from one end to the other end.
3. Merge Replication: Data from two or more databases is combined into a single
Database systems comprise complex data structures. In order to make the system efficient in
terms of retrieval of data, and reduce complexity in terms of usability of users, developers use
abstraction i.e. hide irrelevant details from the users. This approach simplifies database
design.
● Logical level – it will contain the fields and the attributes of data.