hai
when the no of columns is 10 rows to be more than 2000 ....which type of insert is best??
INSERT INTO example (name, age) VALUES('Timmy Mellowman', '23' );
or
INSERT INTO example (name, age) VALUES('Timmy Mellowman', '23' ),('jimmy','16' ),(' johnn', '19' );