Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 31 (2 points) saved listen the update command is used as a ddl…

Question

question 31 (2 points) saved
listen
the update command is used as a ddl statement.

  1. true
  2. false

Explanation:

Brief Explanations

In database management, DDL (Data Definition Language) is for defining database structures (like CREATE, ALTER, DROP). The UPDATE command is a DML (Data Manipulation Language) statement used to modify existing data in tables. So the statement "The UPDATE command is used as a DDL statement" is false.

Answer:

  1. False