Nubi

dame todo de profiles

I'll help you retrieve all data from the profiles table. First, let me check the database schema to understand what's available.\n\nNow I'll query all data from the profiles table:

\n\nHere's all the data from the profiles table:\n\n| id | name | age |\n|----|-------|-----|\n| 1 | Jorge | 30 |\n| 2 | Pablo | 25 |\n| 3 | Maria | 35 |\n\nThe profiles table contains 3 records with information about individuals including their id, name, and age.