https://www.jooq.org/doc/3.18/manual/reference/dont-do-this/dont-do-this-natural-join-or-using/
Don't do this in SQL: NATURAL JOIN or JOIN USING
NATURAL JOIN and JOIN USING are unsafe for schema evolution, where altered SQL table definitions may modify the semantics of existing queries
sql natural joindo thisusing