I've created student table with student id , first name and last name .I've alos create trigger to generate student id
however when I want to inserte data to the student table I get this error
"not enough values "
here is my inserte statment
INSERT
INSERT INTO STUDENT (SID,FIRSTNAME,LASTNAME)
VALUES ('Joe','Ken);