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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -