December 2017
Beginner
328 pages
13h 27m
English
This chapter covers
Using a central relational database is common practice for most software projects. Almost all data is stored there, and the system accesses the data in the database directly. The data schema is represented in the programming language used to build the system.
The advantage of a central database is that almost all of your data is in one place under one schema. You have to manage and administer only one kind of database. Scaling ...
Read now
Unlock full access