- 
					 A view can be deleted using the command __________.
- 
                        - CLEAR
- DROP
- DELETE
- REMOVE
- None of these
 
Correct Option: B
In MySQL, ‘Views’ act as virtual tables. Many operations can be performed on views like the operations on tables. A view can be created, displayed and dropped. They can also be used to perform calculations.
 
	