InterviewSolution
Saved Bookmarks
| 1. |
Key-value pair data storage includes? |
|
Answer» Answer: a key, which is a unique identifier for some item of data, and the value, which is EITHER the data that is identified or a pointer to the location of that data. Key-value PAIRS are frequently used in LOOKUP tables, HASH tables and configuration FILES |
|