134k views
5 votes
Use computer magazines and/or the internet to investigate one of these DBMSs: DB2, SQL Server, MySQL, Oracle, or Sybase. Prepare a report that explains how DBMS handles the following DBMS functions: concurrent update, data recovery, and security. (Note: For concurrent update, you might need to review the concurrency control features of the DBMS.) Could Colonial Adventure Tours upgrade to the DBMS that you researched? Why or why not?

1 Answer

1 vote

Answer:

The definition for the problem is listed in the section below on the explanations.

Step-by-step explanation:

For SQL Server

  • Data Recovery: Data recovery is done well on SQL Server. It is achieved by the restoration method. Behind this, a sysadmin must reconstruct a collection of SQL backups throughout a restore series that is technically right as well as relevant.
  • Data Security: There are several approvals as well as limits for accessing main data objects or databases. These data are accessed only by the approved clients.
  • Concurrency Control: This is essentially synchronization of the evidence or information accessed by multiple users as well as from separate locations.

Concurrency or Competitiveness control becomes accomplished with SQL Server Portable, using locking to further improve security. The locking regulates how multiple individuals can simultaneously navigate & alter shared storage, without interfering with one another.

User Shri Hari L
by
7.2k points