SQL: Quiz 06 -- Phy, Chem, Bio

Phy

Chem

Bio

Write SQL statement to list the ID(s) of students who

SQL(1) SELECT * FROM STUDENT; 

Result:  0

   

UNION ALL

CREATE TABLE temp AS
	SELECT * FROM student WHERE class LIKE '1_';