Which SQL command is used to create a new table, which is a collection of related data in a database?
CREATE TABLE
UPDATE
SELECT
DELETE

Computer Science Exercises are loading ...