Computer Science for IGCSE & O level - Databases (Section 1 - No. 4)
Which of the following is an example of a DDL (Data Definition Language) command?
SELECT
INSERT
CREATE TABLE
UPDATE
Explanation
CREATE TABLE is a DDL command because it defines the structure of the database.
Comments (0)
