I have SQL File. Below is the sample file
sample.sql
Insert Into abcd (\'roy\',12); Insert Into adcd (\'john\',13); Update abcd set name=\'Jay\' where