Hi ,
I want to store data which is in key value pair.
Here one key can have many values.

example:
email : [email protected]
[email protected]

phone : 9877766655
3452781190

fax : 876765785
8686798798

uid: hhg


name : john


Here email , phone ,fax,uid ,name ---These are keys.
Key may have one or many values.

Please suggest the way to store these multivalued keys.

Thanks and Regards
Ketu