Introduction

Main topics

  1. DB architecture/technologies
  2. Triggers
  3. ORM and JPA
  4. Physical DBs / Query optimization
  5. Ranking and skylines

System schema

image.png

DBMS box

Application box

Transactions

It is the atomic unit of work.

Within a transaction, one of the following commands is executed the end of the transaction:

ACID properties