QUESTION IMAGE
Question
question 31 (2 points) saved
listen
the update command is used as a ddl statement.
- true
- false
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- False