Computer Science for IGCSE & O level - Databases (Section 6 - No. 36)

Which of the following is an example of a DDL command?
SELECT
CREATE TABLE
ALTER TABLE
INSERT INTO

Explanation

CREATE TABLE and ALTER TABLE are DDL commands for defining the database structure.

Comments (0)

Advertisement