bn:03848413n
Noun Concept
Categories: Types of databases, Composite data types, Databases, Abstract data types, Database theory
EN
associative array  key–value database  map  Assoc list  associative arrays
EN
In computer science, an associative array, map, symbol table, or dictionary is an abstract data type that stores a collection of pairs, such that each possible key appears at most once in the collection. Wikipedia
Definitions
Relations
Sources
EN
In computer science, an associative array, map, symbol table, or dictionary is an abstract data type that stores a collection of pairs, such that each possible key appears at most once in the collection. Wikipedia
A key–value database, or key–value store, is a data storage paradigm designed for storing, retrieving, and managing associative arrays, and a data structure more commonly known today as a dictionary or hash table. Wikipedia
Data storage paradigm Wikidata
Data type that associates keys with values Wikidata
An array-like data structure where the indices (called keys) are not limited to integers. Wiktionary
An array-like data structure. Wiktionary (translation)