Hi i have 4 tables
USER, ACCESS, EMAIL, PHONE
USER
usr_id (PK)
name
adress
ACCESS
acc_id (PK)
username
passsword
usr_id (FK)
eml_id (PK)
usr_id (FK)
PHONE
ph_id (PK)
phone
usr_id (FK)
and I want to show all the data of the USER table, besides the data username (ACCESS) email (EMAIL) phone (PHONE)
help please.. greetings from Chile