OLTP applications have generally been relying on relational databases for their transaction management and processing. Relational databases typically come in a tabular format consisting of rows and columns. The data model is converted into multiple tables where each table is connected to another table (based on rules) using relationships. This process is also known as normalization.
As mentioned before, Azure provides multiple relational databases, such as SQL Server, MySQL, and PostgreSQL.