1
Reply

Whats is an OLTP Database

18y
5.4k
0
Reply

    Online Transaction Processing (OLTP) relational databases are optimal for managing changing data. They typically have several users who are performing transactions at the same time that change real-time data. Although individual requests by users for data generally reference few rows, many of these requests are being made at the same time.

    18y
    0