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

Computer Science Exercises are loading ...