database

Terms from Artificial Intelligence: humans at the heart of algorithms

A database is sftware that manages data inclduing storing, indexing and performing queries. Some are internal to an application, but many run as a service used by multiple applications, either running on a central computer or using some form of cloud service. The most common forms are relational databases (effectively collections of large, interconnected tables) and noSQL databases, which use simple key-value bindings to JSON objects.

Used on pages 105, 286, 292, 303, 307