Discussion and student respones below

  

There  are times when a database is accessed by many users across the  enterprise. Transaction logs can help maintain concurrency in a  multiuser platform.

  • Describe at least two business scenarios where “commit” and “rollback” would be required.
  • Describe how these functions would be essential for business continuity and concurrency control.
  • Identify how these functions would enable an organization to recover from a database corruption event.
  • Be sure to respond to at least one of your classmates’ posts.

Reply to student

  

Yesterday Jun 9 at 10:31pm          

Good evening, classmates.

An effective database must be able to store data and of necessary,  restore it to a previous state.  The COMMIT and ROLLBACK are two  statements used to store and revert data within a database. As it  applies to manipulating data, the COMMIT and ROLLBACK are performed with  transactions, the smallest unit of work that is performed against a  database.

One business scenario which illustrates the SQL Commit and Rollback is deleting a row within a Customer  table to exclude a particular location. Using the delete such as the  one below would edit the table to remove the relevant information.

DELETE from Customer where State=”Texas”;

Using the command statement above would not finalize this action  because steps have not been taken to save this action. Using the DELETE  statement with an updated command with COMMIT would save this action and  update the Customer table within a database.

Example of an updated DELETE statement with the COMMIT command.

If a company needed to restore or rollback data to the previous  point, the ROLLBACK command would be used un conjunction with the  previous command to undo this change. In this business case to undo the  previous DELETE command from Customer table, the following statement  would be presented.

DELETE from Customer where State=”Texas”;

ROLLBACK;

Using this command would revert the data to the state prior to the row being removed.

Utilizing these functions are essential components for business  continuity because there is always a need to update, add and delete data  within a database. Data management often requires that data be kept  current and in state when even if it is removed it can be archived for  retrieval at a later date.  As part of Incident management, having  a  back up restoration plan is critical to securing data and preventing the  permanent loss of vital records.

Resource

SQL Commit And Rollback | DigitalOcean 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more