January 2019
Intermediate to advanced
286 pages
7h 41m
English
Whenever we collect, store, and access data electronically, it's called a database. Databases can be stored in various forms and under different architecture. SQL uses tables to store data over the servers and to access it. Another very popular format is the JSON architecture to store data. Now, all of these databases are accessed by database management systems. For example, MySQL 8.0 or SQLite are database management systems that use the SQL language. Google Firebase or MongoDB are database management systems that use JSON.
Database management systems, such as MySQL 8.0, aren't enough for monitoring the real-time changes and updates in the database on a live server.
In order to monitor these changes, ...
Read now
Unlock full access