QUESTION IMAGE
Question
13 multiple answer 4 points in the list below, select all of the dml commands used in sql. delete update grant select revoke insert
Brief Explanations
DML (Data Manipulation Language) commands in SQL are used to manipulate the data within database tables.
DELETE: Used to delete existing records from a table.UPDATE: Used to modify existing records in a table.SELECT: Used to retrieve data from one or more tables.INSERT: Used to insert new records into a table.
GRANT and REVOKE are DCL (Data Control Language) commands used for managing permissions, not DML.
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
A. DELETE, B. UPDATE, D. SELECT, F. INSERT