将成绩表(grade)按成绩(point)升序排列,下列语句错误的是()
A SELECT*FROMgradeORDERBYpoint;
B SELECTpointFROMgradeORDERBYpoint;
C SELECT*FROMgradeORDERBYpointASC;
D SELECT*FROMgradeORDERBYpointDESC;
A SELECT*FROMgradeORDERBYpoint;
B SELECTpointFROMgradeORDERBYpoint;
C SELECT*FROMgradeORDERBYpointASC;
D SELECT*FROMgradeORDERBYpointDESC;