insert into Student(Fname, Lname, Stno, Gender, Course)
    values('Ali', 'Amadi', 100, 1, 'Computer')
