group: AFICIONES_DB PERSONAS = { idPersona:number, persona:string 1, 'Ana' 2, 'Pedro' 3, 'Joaquín' 4, 'Luisa' 5, 'Amorfo' } HOBBIES = { hobby:string 'Cine' 'Lectura' 'Fútbol' 'Tenis' 'Senderismo' } AFICIONES = { idPersona:number, hobby:string 1, 'Cine' 2, 'Lectura' 2, 'Fútbol' 3, 'Tenis' 3, 'Senderismo' 4, 'Cine' 4, 'Lectura' 4, 'Fútbol' 4, 'Tenis' 4, 'Senderismo' }