QUESTION IMAGE
Question
9 multiple answer 4 points in the list below, select all of the dml commands used in sql. grant revoke update delete insert select
Brief Explanations
DML (Data Manipulation Language) commands in SQL are used to manipulate the data within database tables.
GRANTandREVOKEare DCL (Data Control Language) commands used for access control.UPDATEis used to modify existing data in a table.DELETEis used to remove existing records from a table.INSERTis used to add new records into a table.SELECTis used to retrieve data from a database. SoUPDATE,DELETE,INSERT, andSELECTare DML commands.
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
C. UPDATE, D. DELETE, E. INSERT, F. SELECT