Inserting the data in multiple tables using single query
INSERT INTO client_1.student_info, client_1.admission_details,client_1.parent_info,client_1.student_grade_mapping,client_1.parent_student_mapping(
year1, division, id, student_id, firstname, lastname, gender, admissionno, student_id, admissiondate, tc_date, tc_issue_date,
student_photo, dob, is_delete,student_id, parent_id, father_name, father_age, father_education,
father_occupation, father_ph_no, father_ph_enabled, fatheremail,
creation, mother_name, mother_age, mother_education, mother_occupation,
mother_ph_no, mother_ph_enabled, motheremail, religion, address,
state, city, zipcode,sg_id, student_id, grade_id,ps_id, parent_id, student_id)
VALUES (?, ?, ?, ?, ?, ?, ?,
?, ?, ?,?, ?, ?, ?, ?,?, ?, ?, ?, ?,
?, ?, ?, ?,
?, ?, ?, ?, ?,
?, ?, ?, ?, ?,
?, ?, ?,?, ?, ?,?, ?, ?);