Hello I am a bit rusty with MySql, could someone help me with this problem?
Problem: I have the following tables:


I need to get as a Result: APINAME, DESCRIPTION and ENDPOINT (from APIS table) where USER_ID (from subscriptions table) is = “1234” on API_ID, notice that API_ID has the same value as APINAME.
Hope that was clear enough.
Many thanks for your help!
This should work: