Re: Academic name for associative array when used to pair column names with data
From: <william.d.stevenson_at_gmail.com>
Date: Thu, 20 Mar 2014 09:00:30 -0700 (PDT)
Message-ID: <ff5e7874-3b2f-478b-92cc-7b194d7f0dbe_at_googlegroups.com>
Date: Thu, 20 Mar 2014 09:00:30 -0700 (PDT)
Message-ID: <ff5e7874-3b2f-478b-92cc-7b194d7f0dbe_at_googlegroups.com>
Philip,
For example, let's say that I had a csv and I created a similar a hash by pairing the header with a given row, or I had a JSON string like the following:
[
{
"sound" : "loud",
"color" : "blue",
"season" : "fall"
},
{
"season" : "spring",
"sound" : "soft",
"color" : "red"
},
{
"season" : "winter",
"color" : "orange",
"sound" : "pin_drop"
}
]
I'll look into Darwen's "Introduction to relational database theory"
Thanks,
William Received on Thu Mar 20 2014 - 17:00:30 CET