QUESTION IMAGE
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
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.
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
- DELETE