Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

13 multiple answer 4 points in the list below, select all of the dml co…

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

Explanation:

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.

Answer:

A. DELETE, B. UPDATE, D. SELECT, F. INSERT