When I inserted this data to my database's table, I got below error which is not easy for me to solve.
INSERT INTO 'student' ('id', 'name', 'roll', 'address')
VALUES (NULL, 'Rahul', '101', 'Ranchi'), (NULL, 'Rohit', '102', 'Delhi')
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''student' ('id', 'name', 'roll', 'address') VALUES (NULL, 'Rahul', '101', 'Ranch' at line 1