INSERT INTO `students` (`s_name`, `s_country`, `s_grade`) VALUES ('Richard', 'Canada', 90), ('Steve', 'Canada', 80), ('Melisa', 'USA', 60), ('Bill', 'London', 75), ('Larry',NULL,65);