Which of the following SQL statements is used to create a table?
SELECT *
INSERT INTO
CREATE TABLE
UPDATE

Computer Science Exercises are loading ...