Difference between revisions of "Key-value pair"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
[[wikipedia:Key-value pair|Key-value pair]] is a fundamental data type, which only specifies a relationship between a '''name''' or '''key''' with a '''value'''.  
[[wikipedia:Key-value pair|Key-value pair]] is a fundamental data type, which only specifies a relationship between a '''name''' or '''key''' with a '''value'''.  
It's plural form is: [[Key-value pairs]], described as follows: {{:Key-value pairs}}
It's plural form is: [[Key-value pairs]], described as follows: {{:Key-value pairs}}.
 
It is known that [[ordered pair]]s of data was used to construct [[matrix algebra]]<ref>{{:Paper/Accounting Games}}</ref>.


==An Industry Example of Key-value pair==
==An Industry Example of Key-value pair==
Line 7: Line 9:


<noinclude>
<noinclude>
=References=
<references/>
==Related Pages==
[[Category:Namespace Management]] [[Category:Universal Data Abstraction]] [[Category:Function]]
[[Category:Namespace Management]] [[Category:Universal Data Abstraction]] [[Category:Function]]
</noinclude>
</noinclude>

Revision as of 04:26, 6 August 2021

Key-value pair is a fundamental data type, which only specifies a relationship between a name or key with a value. It's plural form is: Key-value pairs, described as follows: Key-value pairs is the plural form of Key-value pair, A key-value pairs can be considered as a function, a hash table, or a dictionary.

.

It is known that ordered pairs of data was used to construct matrix algebra[1].

An Industry Example of Key-value pair

The yaml, Yet Another Markup Language, is a typical realization of denoting key-value pairs in a highly popular language in the world of Infrastructure as code.


References

Related Pages