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

  • Home
  • SEARCH
  • 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 8832653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:34:59+00:00 2026-06-14T08:34:59+00:00

I was wondering how to handle money in a SQL database to maintain consistency.

  • 0

I was wondering how to handle money in a SQL database to maintain consistency. I presume the tables would look something like below.

Consider the following scenario: if two players are playing then the money they wagered has been deducted from both of their balance_usd and added to pot_usd. But suppose the server goes down in the middle of the hand. Consistency of the database here presumably would mean that the money in pot_usd should be returned to the two players balance_usd effectively canceling the hand. It doesn’t seem that transactions alone can solve this problem. How should the backend of a poker server be architected to handle this?

table user
    user_id
    balance_usd

table game
    game_id
    pot_usd
    ...
  • 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-14T08:35:00+00:00Added an answer on June 14, 2026 at 8:35 am

    To cope with that eventuality, you could have a table of CurrentGameStakes with fields for the playerID and the amount staked. Then when the hand is finished, you transfer the total of the stakes to the winner, and if a game doesn’t complete for some reason, you return the staked amount to each player.

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

Sidebar

Related Questions

Just wondering if the entity framework is setup to handle things like SQL injection
I was wondering how you can handle files with variables in the url like
I was wondering how the C compiler would handle the comparison operator '==' I
Im doing a reservation application and was wondering how would i handle the following
I was wondering how I would handle aggregate roots that contain collections with a
I'm wondering how to handle sub processes with the back button in mind. For
I was wondering how to handle separately users and members in an application where
I was wondering how to handle errors inside a script that is meant to
I'm new to source control in general and am wondering how to handle the
I am wondering if there is a way to handle this more elegantly. After

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.