Execution finished without errors.
Result: query executed successfully. Took 2ms, 2 rows affected
At line 1:
INSERT INTO student(Fname, Lname, Stno, Gender, Course)
VALUES('Rea', 'Alavi', 200, 1, 'Computer'),
      ('Maryam', 'Razavi', 300, 0, 'IT');