INSERT INTO student(Fname, Lname, Stno, Gender, Course)
VALUES('Rea', 'Alavi', 200, 1, 'Computer'),
      ('Maryam', 'Razavi', 300, 0, 'IT');