Please tell me can we insert data in multiple table with single query in mysql.
For example i have two table with name `table1` and `table2` and fields in `table1` are 'id' auto incremented and primary key, second field is 'name' data type varchar of 25 and another table `table2` have fields 'id' auto incremented and 'address' data type varchar 55.
I want to know is it possible to add the data in the fields of `table1` and `table2` with single insert query