On table A I got these two fields:
user_level, username
On table B I got these two fields:
username, notes
I would like to use a mysql query to fetch the notes from all usernames where the level_id = 4.
How would the database connection look like to achieve this?
Thanks in advance