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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -