Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 41 (2 points) ✓ saved listen which keyword is used to remove o…

Question

question 41 (2 points) ✓ saved listen which keyword is used to remove one or more rows from a table? 1) delete 2) insert 3) erase 4) set

Explanation:

Brief Explanations

In SQL (Structured Query Language), the DELETE keyword is used to remove one or more rows from a table. INSERT is for adding rows, ERASE is not a standard SQL keyword for this purpose, and SET is used in UPDATE statements to modify column values. So the correct option is the one with DELETE.

Answer:

  1. DELETE