Database apps

Databases are core to business web apps. Apps hand off much of the work of searching, adding, and updating data to database management systems (DBMS). That makes the apps easier to write.

In this section of the course, we'll talk about how that works.