Q. A view can be deleted using the command . . . . . . . .
β
Correct Answer: (D)
DROP
Explanation: This question asks about how to remove a view in MySQL. A view is like a saved query that gives you a specific way to look at data in your database.