Hello. Created a database, created a query, everything is correct except for the output. The site asked why, they said that MySQL incorrectly handles USING. How to get rid of repeated fields. Is it unrealistic? Did this:
SELECT * FROM owners JOIN pets USING (owner_id); 