Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8135357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:23:46+00:00 2026-06-06T10:23:46+00:00

I would like to know what will happen in the following hypothetical situation. Let’s

  • 0

I would like to know what will happen in the following hypothetical situation. Let’s say two teachers give the exact same class to the same students, they both want to update the student’s, bob’s, grades. Bob’s current average is 60%, teacher 1 wants to update his average with a test where he got 70% and teacher 2 wants to update his average with a test where he scored 40%.

So in the 1 to a million chance that the 2 teachers hit the update button simultaneously, precisely to the split-second exactly at the same time, what will happen? Will it give an error message, does php or mysql magically queue updates, will only the first score update bob’s average and the second user get an error?

Edit: My concern is that the second user must get the value after the first user edited the values, I was thinking of fetching the record then doing the calculations in php and then updating the record again, but in this situation how can I ensure that the second user fetches a value of 65% and not 60%, can this be done with transactions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:23:47+00:00Added an answer on June 6, 2026 at 10:23 am

    Both will go through and the last one to be processed will be the new value. Due to consistency guarantees from the database system you won’t get corrupt data, but because this is a calculated value you may get wrong data.

    I suspect that this average is a calculated value based on data in some other table. If that’s the case, do all the work in one transaction. Add the new test score to the table, and let the database both calculate the average and insert the result directly into the second table. That way, either the result will be guaranteed to be correct or the transaction will fail. This requires a storage engine with transaction support (e.g., InnoDB).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know the procedure which will give the out put about
I just would like to know what will happen if we don't put base.createchildcontrols()
I would like to know how will performance go when I instantiate multiple classes
I would like to know if a QTimer will keep on counting once it
I would like to know high level idea of how Android Modem code will
I would like to know the process and service providers who will enable me
I would like to know, wether Server.Transfer will work in a Web Farm. Thanking
I would like to know what my alternative would be for the following problem
i would like know some reference. I know i can googling it. but prefer
Would like to know what a programmer should know to become a good at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.