Hi, how are we supposed to make more complex queries? I want to insert a row into Table B and then update a row in Table A with the id of that new row. Currently, I'm just doing a insert and then a separate update but I want to combine it into a single query. Thanks