Consider the university enrollment database schema: Employee…
Consider the university enrollment database schema: Employee (Eid, Ename, department, position, age). For a transaction that updates a new employee record, choose that SQL isolation level you would (hint: the choice of the isolation level depends on how the transaction will be possibly interfered by other transactions).