Could some body explain me how the database concurrency works? I am using HSQLDB.
For example, if there are two different users to insert a record at the same time from two different entry points, how does the database handle this? Are these two insert commands executed one by one? or at the same time?
Feel free to provide any other information if you know.
Many thanks!
Ike