Explain why this doesn't work?
create table STAR (objectID number primary key, name char(12), type char(15),
color char(15), x number, y number, z number);
insert into STAR values (0, "Sirius", "9Alfa", "AIVm", -16, 42, 58);
The error is that "AIVm is not a valid place to put a column."