Asked by
E'Terica Felton
on Oct 16, 2024Verified
One of Eden's customers has closed his account and moved to a different state.She needs to change his status to Inactive.What SQL command will accomplish this task?
A) DELETE
B) INSERT
C) SELECT
D) UPDATE
SQL Command
A statement used to perform tasks such as retrieving data from a database, inserting data, updating data, or deleting data within SQL.
UPDATE
A process of making modifications to software or a database to bring it current.
- Gain insight into the application of SQL within the context of relational database management and data querying.
Verified Answer
TU
Learning Objectives
- Gain insight into the application of SQL within the context of relational database management and data querying.