mysql - Trouble determining isolation level -


i creating database of stock income statements. every year on january first, companies update information previous year. companies go public/go bankrupt, added or deleted database. don't believe there conflict between of these transactions, still unsure whether go read committed or repeatable read.

this example of 2 of tables

table: company attributes: ticker(primary key), compname

table: incomestatement attributes: ticker(primary key), revenue, netincome


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -