136. Enter the following data into table Student
StudentID |
StudentName |
Major |
987654321 |
Simpson,
Homer |
100 |
876543210 |
Cheney,
Dick |
101 |
765432109 |
Lopez,
Jennifer |
100 |
654321098 |
Williams,
Venus |
100 |
543210987 |
De La
Hoya, Oscar |
102 |
432109876 |
Bush, |
101 |
321098765 |
Seinfeld,
Jerry |
NULL |
210987654 |
Ming, |
100 |
109876543 |
Abul-Jabar,
Kareem |
102 |
098765432 |
Enem,
Em |
100 |
001122334 |
De
Lion, Dan |
100 |
112233445 |
Kafka,
Franz |
101 |
667788990 |
Galt,
John |
102 |
223344556 |
Powell,
Colin |
102 |
334455667 |
Fox,
Vincente |
100 |
445566778 |
|
101 |
556677889 |
Toledo,
Alejandro |
100 |
insert into student values('987654321','Simpson, Homer',100);
insert into student values('876543210','Cheney, Dick',101);
insert into student values('765432109','Lopez, Jennifer',100);
insert into student values('654321098','Williams, Venus',100);
insert into student values('543210987','De La Hoya, Oscar',102);
insert into student values('432109876','Bush,
insert into student values('321098765','Seinfeld, Jerry',NULL);
insert into student values('210987654','Ming,
insert into student values('109876543','Abul-Jabar, Kareem',102);
insert into student values('098765432','Enem, Em',100);
insert into student values('001122334','De Lion, Dan',100);
insert into student values('112233445','Kafka, Franz',101);
insert into student values('667788990','Galt, John',102);
insert into student values('223344556','Powell, Colin',102);
insert into student values('334455667','Fox, Vincente',100);
insert into student values('445566778','
insert into student values('556677889','