10.06.2018, 08:35
Selecting data from multiple tables: https://dev.mysql.com/doc/refman/8.0/en/join.html
Updating the row if record exists otherwise insert a new row (you can avoid sending a DELETE query and then an INSERT query with this method): https://dev.mysql.com/doc/refman/8.0...duplicate.html
Updating the row if record exists otherwise insert a new row (you can avoid sending a DELETE query and then an INSERT query with this method): https://dev.mysql.com/doc/refman/8.0...duplicate.html

