User Contact Saves In What Table?

Have been trying to generate a list of Registered users directly from the Database, but can't seem to locate where the "Customer Information" field are stored.

I could find the cscart_user_profiles table, but this only holds the billing and shipping addresses. And this are only required when a user buys something (or if they try to update their profile).

But I can't seem to find where the Contact Information fields that are only requested when a user registers an account (ie. First Name, Last Name, Phone, Email)

Please check the cscart_users table for built-in fields and cscart_profile_fields_data for custom ones

Please check the cscart_users table for built-in fields and cscart_profile_fields_data for custom ones

Ok yes... I found it in the cscart_users table - the built-in fields that I was looking for. I didn't scroll past the password field when looking at the table previously.
Thank You!