[SOLVED] Where is attribute data stored?

I have added attributes, Surname, forename, title and need to run a PHP query the data using the ID. Where is the data for these attributes? I have examined all the tables in the dB and can’t find any of them.

Got it at last table is user_user_attribute…query on ID and attribute number to get the individual record.