Some Relational Theory
Learn about the relationship between relational database management systems and consistency.
We'll cover the following
Relational database management systems can provide the following to our application:
- A service to access our data and run transactions
- A common API to guarantee consistency between several application bases
- A transport mechanism to exchange data with the database service
Consistency: ACID
When our application grows, it’s going to be composed of several parts: the administration panel, the customer back-office application, the public front of the application, the accounting reports, financial reporting, and maybe some more parts such as salespeople back office and the like.
Get hands-on with 1400+ tech skills courses.